File size: 101 Bytes
f96eb1f
 
 
 
1
2
3
4
5
#!/bin/bash
uv venv .venv --python=3.12
source .venv/bin/activate
uv pip install -r requirements.txt