documentation
This commit is contained in:
parent
c302676ae3
commit
5e74787bb0
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ source venv/bin/activate
|
|||
pip install bpy
|
||||
```
|
||||
|
||||
to install mathutils, this was necessary for me:
|
||||
```
|
||||
sudo xbps-install -Sy python3.11-devel
|
||||
CFLAGS=$(python3.11-config --cflags) LDFLAGS=$(python3.11-config --ldflags) pip install mathutils
|
||||
```
|
||||
|
||||
# install addon:
|
||||
```bash
|
||||
cd <root directory>
|
||||
|
|
Loading…
Reference in a new issue