diff --git a/README.md b/README.md
index e5281f9fb8241f6fb6329438d2b20f0b950a89f6..adeb63907d32f6696f1b85f11621d67f6f5327b4 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,10 @@ There are a couple of ways to get your environment working based on your environ
 
 ### Anaconda
 
-Create the environment/install the requirements.
+Create the environment/install lib requirements.
 
 ```bash
-conda create -n {env_name} python={py_version} --file requirements.txt -c conda-forge
+conda create -n {env_name} python={py_version} nceplibs-g2c -c conda-forge
 ```
 
 Replaec {env_name} with the name of your environment, and {py_version} with a version larger than 3.8.
@@ -48,6 +48,12 @@ Activate environment.
 conda activate {env_name}
 ```
 
+Install script requirements.
+
+```bash
+pip install -r requirements.txt
+```
+
 ### Virtualenv
 
 Check the system python version.