Skip to content

UIUCLibrary/uiucprescon-workflows

Repository files navigation

uiucprescon-workflows

Speedwagon plugin for internal UIUC workflows

Setting up a development environment

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