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.
azubi
conda create --no-default-packages -n azubi python
-
Activate virtual enviroment.
conda activate azubi
Inside your activated environment, Install the project dependencies
pip install -r requirements.txt
jupyter notebook
You 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 azubi
Inside your activated environment, Install the project dependencies
pip install -r requirements.txt
jupyter notebook
jupyter nbconvert Hospital\ Project.ipynb --to slides --post serve --template output_toggle.tpl