Skip to content

Instantly share code, notes, and snippets.

@d3netxer
Created February 8, 2019 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d3netxer/cf0286fb11b86f7e1c6262cef11b5424 to your computer and use it in GitHub Desktop.
Save d3netxer/cf0286fb11b86f7e1c6262cef11b5424 to your computer and use it in GitHub Desktop.
conda install geopandas

conda install scikit-learn

conda install nb_conda

had to input the following to make conda-forge the priority channel then update the libraries. Previously had error (conda-forge/fiona-feedstock#77)

conda config --add channels conda-forge

conda update -all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment