Setup instructions
This commit is contained in:
parent
2ec11f0901
commit
2c9d532e19
13
README.md
13
README.md
@ -1,2 +1,15 @@
|
||||
# aquamoco-cad
|
||||
|
||||
CadQuery programs for the AquaMOCO systems.
|
||||
|
||||
## Setup
|
||||
|
||||
1. Activate CadQuery environment.
|
||||
```sh
|
||||
source $HOME/miniforge/bin/activate
|
||||
```
|
||||
|
||||
2. Install libraries.
|
||||
```sh
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
git+https://github.com/meadiode/cq_gears.git@main
|
Loading…
x
Reference in New Issue
Block a user