Skip to content

Commit 50dd7b7

Browse files
author
Jordan Poles
committed
Quickstart Scripts
1 parent 2f5b280 commit 50dd7b7

5 files changed

Lines changed: 12 additions & 0 deletions

File tree

Build-CQEditor.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
conda env create -f cqgui_env.yml -n cqgui || conda env update -f cqgui_env.yml -n cqgui

Build-CQEditor.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
conda env create -f cqgui_env.yml -n cqgui || conda env update -f cqgui_env.yml -n cqgui

CQEditor.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
conda activate cqgui && python run.py

CQEditor.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
conda activate cqgui && python run.py

cqgui_env.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)