compas-dev / compas_occ

COMPAS wrapper for the Python bindings of OCC
http://compas.dev/compas_occ/
MIT License
16 stars 9 forks source link

install from environment.yaml to resolve ambivalence #1

Closed jf--- closed 6 months ago

jf--- commented 3 years ago

installing compas_occ is somewhat ambivalent as of now:

Also, conda can handle installation of pip requirements.txt, so this approach seems a little more solid. Finally, you can update your env by conda env update -f environment.yml which is convenient