Speedwagon plugin for internal UIUC workflows
This project uses uv lock files to manage dependencies and requires uv to be installed.
Step 1) set up a full development environment use the following command
uv sync --dev --extra gui
Step 2) Activate the virtual environment
On UNIX systems:
source .venv/bin/activate
On Windows command line (not Powershell):
.venv\Scripts\Activate
On Windows Powershell:
.venv\Scripts\Activate.ps1