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

Fix typos

parent 96fad614
No related branches found
No related tags found
No related merge requests found
Pipeline #69420 passed
......@@ -141,9 +141,9 @@ author:
mamba activate my_env
mamba install matplotlib numpy scipy eccodes
```
* Some packages might only be installable via `pip`: ^[Always un `pip` last] ^[Use the correct `pip`]
* Some packages might only be installable via `pip`: ^[Always use `pip` last] ^[Use the correct `pip`]
```{raw}
python -m pip install gribscan
python3 -m pip install gribscan
```
# Recreating an environment
......
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