This commit is contained in:
2025-03-01 18:15:34 +01:00
parent f5b39d5ee0
commit 2a4e7fe668
3 changed files with 470 additions and 2 deletions

View File

@@ -3,6 +3,9 @@
We use `uv` as our Python package manager for faster, more reliable dependency management.
https://docs.astral.sh/uv/
We recommend using vscode as your IDE.
https://code.visualstudio.com/
### 1. Install UV
```bash
@@ -10,7 +13,8 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
```
### 2. Setup the env
Simply run
Simply run:
```bash
uv sync
```