diff --git a/slides.qmd b/slides.qmd
index 0cbb88a2f0a2d3ebb31ae59731c74da7d8d2395d..643b658326c6a03de254b6907a70f601fe6a76e8 100644
--- a/slides.qmd
+++ b/slides.qmd
@@ -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