Skip to content
Snippets Groups Projects
Commit 98c085a9 authored by Simon Perche's avatar Simon Perche
Browse files

Update README.md

parent e6560897
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,9 @@ Our versions of each package are given. However, it might works with newer versi
Go to the installation of Blender into `blender/3.0/python/bin`.
Execute this command: ```bash ./python3.9 -m pip install -r requirements.txt ```
Troubleshoot Linux
#### Troubleshoot Linux
If, while enabling the addon, it throws `module not found` error, execute this command to copy all packages from local folder to blender folder `cp -r $HOME/.local/lib/python3.10/site-packages/* ../lib/python3.10/` (adapt for your version).
## Weights
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment