Skip to content

Commit 61ad1e3

Browse files
committed
Update Readme
1 parent 710b22d commit 61ad1e3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## 🐍 Requirements
1212

1313
- [`python3`](<https://wiki.python.org/moin/BeginnersGuide>)
14-
- [`Blender 4`](<https://www.blender.org/download/lts/3-6/>)
14+
- [`Blender 4`](<https://www.blender.org/download/>)
1515
- [`iDynTree`](<https://github.com/robotology/idyntree>)
1616
- [`numpy`](<https://numpy.org/>)
1717
- [`bpy 4`](<https://pypi.org/project/bpy/>)
@@ -27,6 +27,21 @@
2727

2828
Create a conda environment and install the dependencies:
2929

30+
### Use the `setup_conda_blender.sh` script
31+
32+
You can use the `setup_conda_blender.sh` script to create a conda environment having the same python version as the one used by the Blender version you are using. This script will also create a symbolic link to the conda environment in the Blender python folder. Run the script from the root of the repository:
33+
34+
```bash
35+
bash setup_conda_blender.sh folder/to/blender/executable
36+
activate blender_env_version
37+
pip install blend-my-bot
38+
# or pip install -e .
39+
```
40+
41+
### Manually
42+
43+
If you prefer to do it manually, you can follow these steps:
44+
3045
```bash
3146
conda create -n blender_env python=3.10
3247
conda activate blender_env

0 commit comments

Comments
 (0)