Skip to content
Snippets Groups Projects
Verified Commit ef857eac authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Fix mamba env create example

parent 10a5974e
No related branches found
No related tags found
No related merge requests found
Pipeline #69597 passed
......@@ -169,7 +169,7 @@ This makes the environment easier to reproduce, to test, and to maintain.
* Interactively create and populate a virtual environment
```{raw}
mamba create -n my_env python=3.12
mamba create -n my_env -c conda-forge python=3.12
mamba activate my_env
mamba install matplotlib numpy scipy eccodes
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment