Skip to content
Snippets Groups Projects
Commit 667cbe40 authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Update README.md

parent 5bd602c0
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ The navigation toolbox aims to bring in an intuitive python toolbox different me ...@@ -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 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/ 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. 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 Start the Anaconda Prompt, and then enter
...@@ -35,14 +35,14 @@ You can now activate your environment. ...@@ -35,14 +35,14 @@ You can now activate your environment.
activate yourenvname 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. You can now use the navigation toolbox.
## Linux (Ubuntu) ## Linux (With Pip)
From the terminal From the terminal
``` ```
pip install update pip install update
...@@ -60,9 +60,9 @@ You can now activate your environment. ...@@ -60,9 +60,9 @@ You can now activate your environment.
workon yourenvname 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 ## Blender-python version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment