-
Notifications
You must be signed in to change notification settings - Fork 2
Building extension
Harisreedhar edited this page May 27, 2021
·
2 revisions
- Download source code from repository
- Download animation nodes headers
- Unzip source code
- Unzip headers and put in the root of source directory
- Blender 2.93 uses python 3.9 so install that. (using virtualenv or condaenv is recommended)
- Install cython and numpy using
pip install numpy cython
orconda install numpy cython
- Then run command
python setup.py build --export --noversioncheck