mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
makefile - fix missing build module
This commit is contained in:
@@ -116,6 +116,7 @@ endif
|
|||||||
|
|
||||||
# To scope any build-time dependencies
|
# To scope any build-time dependencies
|
||||||
cd dist/working && $(PYTHON) -m venv env
|
cd dist/working && $(PYTHON) -m venv env
|
||||||
|
cd dist/working && . env/bin/activate && $(PIP) install build
|
||||||
cd dist/working && . env/bin/activate && $(PIP) install wheel
|
cd dist/working && . env/bin/activate && $(PIP) install wheel
|
||||||
|
|
||||||
# Provides IfcOpenShell Python functionality
|
# Provides IfcOpenShell Python functionality
|
||||||
|
|||||||
Reference in New Issue
Block a user