controller build readme update

This commit is contained in:
Grant Limberg 2025-11-11 18:40:47 -08:00
parent 00dca6a2c0
commit 50daf9537b
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -25,7 +25,7 @@ conda config --set channel_priority strict
Install external dependencies: Install external dependencies:
```bash ```bash
conda env create -f environment.yaml conda env create -f conda_env_build.yaml
conda env activate central_controller conda env activate central_controller
``` ```
@ -39,8 +39,7 @@ cmake --build build/ --target all -j8 --verbose
## Packaging via Docker ## Packaging via Docker
TODO: write me Handled by GitHub Actions
## Configuration ## Configuration