From 667cbe406b1adfd86b6304d2314156ab71f8b4fb Mon Sep 17 00:00:00 2001 From: Olivier Bertrand <olivier.bertrand@uni-bielefeld.de> Date: Sat, 1 Dec 2018 14:17:05 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a0a57e5..cd6d44a 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 -- GitLab