add pip install python-socketio and aiohttp in makefile

This commit is contained in:
Ziad-I
2024-06-19 13:17:29 +03:00
parent b44b1cb8b0
commit 3c3e4dd047
+2 -1
View File
@@ -213,7 +213,8 @@ endif
# 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
cd dist/working && . env/bin/activate && $(PIP) install python-socketio[asyncio_client] --target=./site-packages
cd dist/working && . env/bin/activate && $(PIP) install aiohttp --target=./site-packages
cp -r dist/working/site-packages/* dist/blenderbim/libs/site/packages/
rm -rf dist/working