Pour travailler sur ce projet il faut installer:
- python 3
- conda
- jupyter notebook
Se positionner à la racine du projet :
- créer et activer un environnement conda :
$ conda create --name my_env python=3
$ conda activate my_env- ajouter un nouveau kernel:
$ python -m ipykernel install --user --name my_env --display-name "Python (my_env)"- installer les paquets suivants :
$ pip install pandas
$ pip install xlrd
$ pip install SQLAlchemy
$ pip install psycopg2
$ pip install Shapely
$ pip install geopandas$ jupyter notebook$ runipy coronavirus.ipynb$ runipy caresteouvert.ipynb