File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ conda env create -f cqgui_env.yml -n cqgui || conda env update -f cqgui_env.yml -n cqgui
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ conda env create -f cqgui_env.yml -n cqgui || conda env update -f cqgui_env.yml -n cqgui
Original file line number Diff line number Diff line change 1+ conda activate cqgui && python run.py
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ conda activate cqgui && python run.py
Original file line number Diff line number Diff line change @@ -11,3 +11,9 @@ dependencies:
1111 - logbook
1212 - requests
1313 - cadquery=master
14+ - pip
15+ - pip :
16+ - git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse
17+ - git+https://github.com/CadQuery/cadquery-plugins.git#egg=teardrop&subdirectory=plugins/teardrop
18+ - git+https://github.com/CadQuery/cadquery-plugins.git#egg=cq_cache&subdirectory=plugins/cq_cache
19+ - git+https://github.com/meadiode/cq_gears.git@main
You can’t perform that action at this time.
0 commit comments