This briefly describes how to install a Python virtual environment for the Geo-Python course.
- Install miniconda from https://docs.conda.io/en/latest/miniconda.html
- Install mamba
conda install mamba -n base -c conda-forge
- Clone the course Python environments from GitHub
git clone https://github.com/RUG-Elective/python-environments.git
- Change into the working directory with the cloned environment files
cd python-environments
- Create the python environment using mamba
mamba env create -f geospatial-student.yml
- Activate the new environment and update JupyterLab
conda activate geospatial-student