Clone this repository in your computer
Open a terminal and go to repository's directory.
Execute:
python setup.py install
https://esa.github.io/pygmo2/install.html
- Build docker image:
docker build -t cv19gm:0.3 .
- Run docker container (command for Linux based distributions):
docker run -it --rm --name cv19gm -e DISPLAY -v "$HOME/.Xauthority:/root/.Xauthority" --net=host cv19gm:0.3 /bin/bash
Home/
├── Examples/
├── Tests/
├── Documents/
├── Data/ (En duda)
├── SRC/
├── SEIR/
├── SEIRHVD/
├── SEIRStar/
├── SEIRHDVStar/
├── utils/
├── plots.py
├── utils.py
Readme.md
Install.sh
requirements.txt
Docker
Licence
etc.