diff --git a/slides.qmd b/slides.qmd
index 8d373d6046dedea4dd067ec92f6e091380e8d943..86d55427bfa149c167c61e695067b4858741e62e 100644
--- a/slides.qmd
+++ b/slides.qmd
@@ -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
   ```