Skip to content

Instantly share code, notes, and snippets.

@d3netxer
Created November 26, 2017 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save d3netxer/b9532e896c1b8d0ec8dd45f6ef0eb621 to your computer and use it in GitHub Desktop.
Save d3netxer/b9532e896c1b8d0ec8dd45f6ef0eb621 to your computer and use it in GitHub Desktop.
Installing OSMNX

The repo is: https://github.com/gboeing/osmnx

Use CONDA-FORGE to install OSMNX.

  1. Add a new channel
conda config --add channels conda-forge
  1. Install OSMNX
conda create --yes -c conda-forge -n OSMNX python=3.6 osmnx
  1. activate
source activate OSMNX
  1. Install spyder within env
conda install spyder  
  1. Restart terminal, activate OSMNX env, and start spyder within the terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment