diff --git a/README.md b/README.md
index a0a57e543031943db63ccd69f0427d33996a5121..cd6d44a8ce1c8612ac1f4e3375625a7d85eea3b9 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The navigation toolbox aims to bring in an intuitive python toolbox different me
 The rendering from the insect point of view is done with the blender rendering engine. Thus, you will need to first install Blender
 https://www.blender.org/
 
-## Windows
+## Windows (With Anaconda)
 We recommend using Anaconda (https://www.anaconda.com/) and create a virtual environment within it before installing the toolbox. 
 
 Start the Anaconda Prompt, and then enter
@@ -35,14 +35,14 @@ You can now activate your environment.
 activate yourenvname
 ```
 
-and install navipy by going the root folder of the toolbox (use cd to change directory and dir to list the content of a directory), and typing
+and install navipy
 ```
-python setup.py install
+conda install navipy
 ```
 
 You can now use the navigation toolbox. 
 
-## Linux (Ubuntu)
+## Linux (With Pip)
 From the terminal 
 ```
 pip install update
@@ -60,9 +60,9 @@ You can now activate your environment.
 workon yourenvname
 ```
 
-and install navipy by going the root folder of the toolbox (use cd to change directory and ls to list the content of a directory), and typing
+and install navipy
 ```
-python setup.py install
+pip install navipy
 ```
 
 ## Blender-python version