4 lines
145 B
PowerShell
4 lines
145 B
PowerShell
# Local dev setup — run this once
|
|
python -m venv .venv
|
|
.\.venv\Scripts\pip install -e ".[dev]"
|
|
Write-Host "Done. Run: .\.venv\Scripts\activate" |