- Install python=^3.10
- Install pipx. See https://github.com/pypa/pipx
- make sure to run
pipx ensurepath
- run
python -m pipx install git+https://github.com/UCSD-E4E/maestro_cli.git
(note you MUST have ssh keys for private UCSD-E4E repos) - test with running
maestro_cli
- Install python=^3.10
- Install Poetry. and cd into the maestro_cli folder
- run poetry install
- Live development:
poetry run maestro_cli CMDs/ARGS