Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hwiedPro committed Sep 19, 2023
1 parent 39e23f6 commit c7bc799
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
># **NOTE: This is the beta version of phobos2.0.0. Please test and report all issues [here](https://github.com/dfki-ric/phobos/issues). Thanks for your contribution!**
[![latest-release](https://img.shields.io/github/tag/dfki-ric/phobos.svg?label=version&style=flat)](https://github.com/dfki-ric/phobos/releases)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.01326/status.svg)](https://doi.org/10.21105/joss.01326)
[![license](https://img.shields.io/github/license/dfki-ric/phobos.svg?style=flat)](https://github.com/dfki-ric/phobos/blob/master/COPYING)
Expand Down Expand Up @@ -75,15 +73,15 @@ To install Phobos in blender download the phobos.zip of the release or zip the p
Phobos has several python dependencies, those have to be installed in blender before you can use phobos.
There are two ways of installing Phobos:

1. Recommended:
a. Directly install the phobos.zip in blender: `Blender->Edit->Preferences->Addons->Install` and activate it.
b. Restart Blender.
c. Activate Phobos Add-on again.
2. (Offers inspection of the requirements before installing them) Before installing the phobos.zip you can run the script install_requirements.py with blender's python.
a. ```bash
- Recommended:
1. Directly install the phobos.zip in blender: `Blender->Edit->Preferences->Addons->Install` and activate it.
2. Restart Blender.
3. Activate Phobos Add-on again.
- (Offers inspection of the requirements before installing them) Before installing the phobos.zip you can run the script install_requirements.py with blender's python.
1. ```bash
${BLENDER_EXECUTABLE} -b --python install_requirements.py
```
b. Install the phobos.zip in blender: `Blender->Edit->Preferences->Addons->Install` and activate it.
2. Install the phobos.zip in blender: `Blender->Edit->Preferences->Addons->Install` and activate it.

After installation the phobos main menu can be found on the right hand side of the 3D Viewport.
If not already visible, one can find a very small arrow to open the Blender toolbar (purple circle showing it in the image).
Expand Down

0 comments on commit c7bc799

Please sign in to comment.