This replaces the setup below because geopandas is difficult to install with pip
-
Download anaconda
-
We want a lean setup so use the command below to create the virtual environment named, Eg.
azubiconda create --no-default-packages -n azubi python
-
Activate virtual enviroment.
conda activate azubiInside your activated environment, Install the project dependencies
pip install -r requirements.txtjupyter notebookYou can go ahead and use the virtual environment created with virtualenv if anaconda is too heavy for you.
Create an virtual environment. Click here to learn how to do that.
Activate virtual environment. Eg A virtual environment named azubi
workon azubiInside your activated environment, Install the project dependencies
pip install -r requirements.txtjupyter notebookjupyter nbconvert Hospital\ Project.ipynb --to slides --post serve --template output_toggle.tpl