Importer des modules Python externes dans Blender

cd /path/to/blender/python/bin
./python -m ensurepip
./python -m pip install scipy
HotFlow