# 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 ```