This briefly describes how to install a Python virtual environment for the Geo-Python course.
- Install micromamba from https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.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
micromamba env create -f geo-python.yml
- Activate the new environment and update JupyterLab
micromamba activate geo-python