4. Create WaPORMOOC environment

If you like using jupyter lab, you may want to use it for the WaPORMOOC scripts as well, Now you have to create a different environment with the name wapormooc and install some useful packages such as matplotlib, jupyter lab, pycrs, numpy and git .

1. At the Miniforge Prompt type the following command and press <Enter>:

mamba create --name wapormooc qgis matplotlib jupyterlab pycrs numpy git 
Mamba will look for the packages.


2. Confirm the changes by typing Y.


When the packages are downloaded and installed Mamba will tell you how to activate the environment:


3. Activate the tutorials environment by typing:

mamba activate wapormooc
You'll use this command in the future every time you start a new Miniforge prompt in order to use the wapormooc environment.

In the next subchapter you'll learn how to clone the WaPORMOOC repository with tutorials from the GitHub repository.