From 32769184b0d3410a58e789ff721c51473361323d Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 21 Mar 2021 20:13:27 +1100 Subject: [PATCH] Attempt number 4 --- src/ifcblenderexport/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index cf182e57f8..857b535525 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -149,6 +149,7 @@ endif # Provides BIMTester functionality cd dist/working && python -m venv env cd dist/working && . env/bin/activate && pip install pybabel + cd dist/working && . env/bin/activate && pip install babel cd dist/working && . env/bin/activate && ./env/bin/pybabel compile -d ./IfcOpenShell-0.6.0/src/ifcbimtester/bimtester/locale/ cp -r dist/working/IfcOpenShell-0.6.0/src/ifcbimtester/bimtester dist/blenderbim/libs/site/packages/ # Provides IFCCOBie functionality