This briefly describes how to install a Python virtual environment for the Geo-Python course.
- Install mambaforge from https://docs.conda.io/en/latest/miniconda.html.
- Clone the course Python environments from GitHub
git clone https://github.com/geo-python/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 geo-python-student.yml
- Activate the new environment and update JupyterLab
conda activate geo-python-student sh postBuild
- Create the python environment using mamba
mamba env create -f geo-python-teacher.yml
- Activate the new environment and update JupyterLab
conda activate geo-python-teacher sh postBuild