diff --git a/README.md b/README.md index 0f24097aa7312f8259d6626546fa5d97451b43c5..d9ee7c77299d13ae9e786f70f3bfd31787d3e38c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ https://www.blender.org/ ## Windows (With Anaconda) We recommend using Anaconda (https://www.anaconda.com/) and create a virtual environment within it before installing the toolbox. +If you want to use Navipy with Blender, please jump to the Blender section + Start the Anaconda Prompt, and then enter ``` conda update conda @@ -67,22 +69,13 @@ pip install navipy ## Blender-python version Navipy can be interfaced with blender. It is highly recommended to use the same version of packages of blender when doing so, in order to reduce problem of compatibility. -To determine the packages that you will need, you can run the script: https://gitlab.ub.uni-bielefeld.de/olivier.bertrand/navipy/blob/master/navipy/scripts/check_blender_versions_pip.py in blender or via commandline - -``` -blender -b -P check_blender_versions_pip.py -``` +To determine the packages that you will need, you can run the script: https://gitlab.ub.uni-bielefeld.de/olivier.bertrand/navipy/blob/master/navipy/scripts/check_blender_versions.py in blender or via commandline -It will create a textfile containing all packages used by blender. They can be installed in your virtualenvironment (prior to navipy) by doing: ``` -pip install -r requirement.txt +blender -b -P check_blender_versions.py ``` -| Blender version | Python version | -| --------------- | -------------- | -| 2.79b | 3.5.3 | - - +You can then follow the instruction displayed in the terminal # Code of conduct