Skip to content

install python dependencies in conda environment #175

Description

@tensulin

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

  1. activate new conda environment: conda activate ggmap
  2. clone github repo via: git clone https://github.com/sjanssen2/ggmap.git
  3. cd into the new directory cd ggmap
  4. install modules from sources python setup.py develop --user

to:

  1. activate new conda environment: conda activate ggmap
  2. clone github repo via: git clone https://github.com/sjanssen2/ggmap.git
  3. cd into the new directory cd ggmap
  4. install Python for conda env: conda install python
  5. install modules from sources: python setup.py develop

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions