For readme
In order to encapsulate the environment and packages maybe explicitly install python in the new conda env and install ggmap dependencies in the conda env
- activate new conda environment: conda activate ggmap
- clone github repo via: git clone https://github.com/sjanssen2/ggmap.git
- cd into the new directory cd ggmap
- install modules from sources python setup.py develop --user
to:
- activate new conda environment: conda activate ggmap
- clone github repo via: git clone https://github.com/sjanssen2/ggmap.git
- cd into the new directory cd ggmap
- install Python for conda env:
conda install python
- install modules from sources:
python setup.py develop
For readme
In order to encapsulate the environment and packages maybe explicitly install python in the new conda env and install ggmap dependencies in the conda env
to:
conda install pythonpython setup.py develop