diff --git a/README.md b/README.md
index 9837b74e0b5931538b92fe729832a79f40288231..dd5da6d31add668db049958eb0322dd1b021ddd2 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,14 @@ All these scripts will load:
 - the respective fortran compiler and set `FC` env-var (optional MPI support)
 - netCDF-Fortran
 - CMake
-- the MPR Python Environment
+- the MPR Python Environment (_except chs-conda environment_)
 - pFUnit - Fortran unit testing framework (_not available for GNU 6.4_)
 
 ### Usage
-
+- Conda environment with gfortran:
+  ```bash
+  source eve.chs-conda01
+  ```
 - GNU 6.4 compiler (`foss/2018a` Toolchain):
   ```bash
   source eve.gfortran64 # or
diff --git a/eve.chs-conda01 b/eve.chs-conda01
new file mode 100644
index 0000000000000000000000000000000000000000..4e8d7af29fc67c69ded65c19659c1a41ecc7334f
--- /dev/null
+++ b/eve.chs-conda01
@@ -0,0 +1,4 @@
+module purge
+module use /global/apps/modulefiles
+module load chs-fortran-conda/0.1.0
+export FC=gfortran