From ea9be39c481f239c9a280026485d1ec232990011 Mon Sep 17 00:00:00 2001 From: lm Date: Fri, 17 Oct 2025 14:33:37 +0200 Subject: [PATCH] Standardise venv activation command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d1e721..8d2fe93 100644 --- a/README.md +++ b/README.md @@ -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 ```