GeoScripting-WUR / PythonProgramming

Lesson to refresh Python skills and to introduce Python working environment
https://geoscripting-wur.github.io/PythonRefresher/
Apache License 2.0
1 stars 5 forks source link

Do not install additional packages after setting up "geoscripting" #4

Closed GreatEmerald closed 1 year ago

GreatEmerald commented 3 years ago

Currently the section Visualization has this code:

conda install --name geoscripting matplotlib seaborn pyproj owslib

That will break all of the students' environments, as new things are installed in conda after pip (and dependency hell etc.). We should do this in a new environment instead.