include socketio to fix starting bbim after 65a1fbe

This commit is contained in:
Andrej730
2024-06-19 10:52:48 +05:00
parent a3d4642ea9
commit 03663eec3f
+3
View File
@@ -212,6 +212,9 @@ endif
cd dist/working && . env/bin/activate && $(PIP) install lark --target=./site-packages
# Required by IFC4D
cd dist/working && . env/bin/activate && $(PIP) install PyP6Xer --target=./site-packages
# Required by Web module
cd dist/working && . env/bin/activate && $(PIP) install socketio --target=./site-packages
cp -r dist/working/site-packages/* dist/blenderbim/libs/site/packages/
rm -rf dist/working