diff --git a/README.md b/README.md
index 4332e348076092c53358a0a7a2b522d4acfb1fab..bf89af29d4d9bde85c53c290c92d37200bbb75bc 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ Credits:
 
 ## Python environment and kernel
 
+### IMG Jet cluster
+
 Assume we are working on the IMG jet cluster and that micromamba is installed. We are installing the same environment as is used by the ERA5 interactive cookbook of Projet Pythia.
 
 ```
@@ -32,4 +34,11 @@ This will create the ERA5-interactive environment, located in `~/micromamba/envs
 ~/micromamba/envs/ERA5_interactive/bin/python3 -m ipykernel install --user --name=ERA5_interactive
 ```
 
-The kernel is located in `~/.local/share/jupyter/kernels/era5_interactive`.
\ No newline at end of file
+The kernel is located in `~/.local/share/jupyter/kernels/era5_interactive`.
+
+Note that an environment file environment.yml is also included in the repo. This allows use with mybinder.org, see below.
+
+### mybinder.org
+
+The repo can be used at mybinder.org. 
+