How to install

On Windows

To install covidviz on Windows open you git manager (git bash, git kraken or others).

Then clone the following repository with this command :

$ git clone https://github.com/jihene-b3/covidviz.git

After that, go on Anaconda prompt, go to the root of the covidviz project cloned and type :

$ conda env create -f environment.yml

Finally, you can run files in covidviz/script or the notebook in covidviz/report.

On Linux and MAC

To install covidviz on Linux go to your terminal and type :

$ git clone https://github.com/jihene-b3/covidviz.git

Then go to the root of the covidviz project cloned and type :

$ conda env create -f environment.yml

Finally, you can run files in covidviz/script or the notebook in covidviz/report.

If it doesn’t work you try to do the following steps :

> Create a new conda environment and go to it

> Type this command :

$ pip install -r requirements.txt