Setup
Requirements TL;DR
1. Install Poetry
Follow the uv installation instructions.
2. Install gh
Follow the gh installation instructions.
3. Checkout the project
gh repo clone Nicoretti/crc
git clone git@github.com:Nicoretti/crc.git
git clone https://github.com/Nicoretti/crc.git
4. Switch into the directory
cd crc
5. The Poetry environment
Make sure the poetry environment is setup properly and all dependencies are installed.
-
Sync the UV environment
uv sync
-
Activate the uv managed virtual environment
source activate .venv/bin/activate
Run the init
task
In order to bootstrap the remaining parts of the workspace setup, just execute the following command:
uv run invoke init
Note
Follow potential instructions.