mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
11 lines
302 B
Makefile
11 lines
302 B
Makefile
compile:
|
|
conda activate condabuild && conda-build -c conda-forge . --keep-old-work --python 3.10.4
|
|
|
|
debug:
|
|
conda activate condabuild && conda-debug -c conda-forge . --python 3.10.4
|
|
|
|
install:
|
|
conda env create -f environment.yml
|
|
|
|
update:
|
|
conda env update -n conda-build --file environment.yml --prune
|