Standardise venv activation command

This commit is contained in:
lm 2025-10-17 14:33:37 +02:00
parent d8efdfcf71
commit ea9be39c48
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@
- Tkinter (install separately on some Linux distros)
## Setup with uv (Windows PowerShell)
```powershell
```bash
git clone https://git.lukasmahler.de/lm/ICRA.git
cd ICRA
uv venv
.\.venv\Scripts\Activate
source .venv/Scripts/activate
uv pip install .
uv run icra
```