diff --git a/README.md b/README.md index d9ee7c77299d13ae9e786f70f3bfd31787d3e38c..8117ab15772d2dc0137350e1523192cad0e49581 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,18 @@ To determine the packages that you will need, you can run the script: https://gi blender -b -P check_blender_versions.py ``` +To run this command you will need to find where blender is stored, and run it from the command line + +[!alt text] + You can then follow the instruction displayed in the terminal +To install navipy within blender, you still need to run the script https://gitlab.ub.uni-bielefeld.de/olivier.bertrand/navipy/blob/master/build_inblender.bat +in the command line with the first parameter being the path to the python.exe used by blender +``` +build_inblender.bat PathToBlender\\bin\\python.exe +``` + # Code of conduct -In the interest of fostering an open and welcoming environment, we as users and developers pledge to making participation with this project a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. \ No newline at end of file +In the interest of fostering an open and welcoming environment, we as users and developers pledge to making participation with this project a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. diff --git a/navipy/resources/help_install/startcmd_findingblenderinstall.png b/navipy/resources/help_install/startcmd_findingblenderinstall.png new file mode 100644 index 0000000000000000000000000000000000000000..b404fe8b96e45ea6a86a0ea49f95ab108ccd3e58 Binary files /dev/null and b/navipy/resources/help_install/startcmd_findingblenderinstall.png differ