Skip to content

Commit c7bc799

Browse files
committed
Update README
1 parent 39e23f6 commit c7bc799

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
># **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!**
2-
31
[![latest-release](https://img.shields.io/github/tag/dfki-ric/phobos.svg?label=version&style=flat)](https://github.com/dfki-ric/phobos/releases)
42
[![DOI](https://joss.theoj.org/papers/10.21105/joss.01326/status.svg)](https://doi.org/10.21105/joss.01326)
53
[![license](https://img.shields.io/github/license/dfki-ric/phobos.svg?style=flat)](https://github.com/dfki-ric/phobos/blob/master/COPYING)
@@ -75,15 +73,15 @@ To install Phobos in blender download the phobos.zip of the release or zip the p
7573
Phobos has several python dependencies, those have to be installed in blender before you can use phobos.
7674
There are two ways of installing Phobos:
7775

78-
1. Recommended:
79-
a. Directly install the phobos.zip in blender: `Blender->Edit->Preferences->Addons->Install` and activate it.
80-
b. Restart Blender.
81-
c. Activate Phobos Add-on again.
82-
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.
83-
a. ```bash
76+
- Recommended:
77+
1. Directly install the phobos.zip in blender: `Blender->Edit->Preferences->Addons->Install` and activate it.
78+
2. Restart Blender.
79+
3. Activate Phobos Add-on again.
80+
- (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.
81+
1. ```bash
8482
${BLENDER_EXECUTABLE} -b --python install_requirements.py
8583
```
86-
b. Install the phobos.zip in blender: `Blender->Edit->Preferences->Addons->Install` and activate it.
84+
2. Install the phobos.zip in blender: `Blender->Edit->Preferences->Addons->Install` and activate it.
8785

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

0 commit comments

Comments
 (0)