Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
navipy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olivier Bertrand
navipy
Commits
667cbe40
Commit
667cbe40
authored
6 years ago
by
Olivier Bertrand
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
5bd602c0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
View file @
667cbe40
...
@@ -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
```
```
p
ython setup.py
install
p
ip
install
navipy
```
```
## Blender-python version
## Blender-python version
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment