diff --git a/README.rst b/README.rst
index 104a2eb780dc0b605b153e9fbb1ff7a8acccbd7c..a315b6f72eb6ca9a91cfe1c0bcb94e037eb6b4e0 100644
--- a/README.rst
+++ b/README.rst
@@ -24,24 +24,17 @@ Either way, you need to have Miniconda installed
 As User
 *******
 
-Create a new environment for ``geomtree`` : 
+It is better, due to compatibility issue, to create a new environment from scratch for ``geomtree`` :
 
 ::
 
-   conda create -n geomtree -y python>=3.6
+   conda create -n geomtree -c mosaic geomtree
 
 Activate the environment : 
-
 ::
 
    source activate geomtree
 
-Install ``geomtree`` : 
-
-::
-
-   conda install -c mosaic geomtree
-
 As Developer
 ************