Clarify activation note

Break out the macOS/Linux venv activation instruction onto its own line.
This commit is contained in:
lm 2025-10-17 17:36:50 +02:00
parent 062f5fa7f1
commit 1aaef87790
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ source .venv/Scripts/activate
uv pip install . uv pip install .
uv run icra uv run icra
``` ```
The launcher copies Tcl/Tk resources into the virtualenv on first run, so no manual environment tweaks are needed. On macOS/Linux replace the activate step with `source .venv/bin/activate`. The launcher copies Tcl/Tk resources into the virtualenv on first run, so no manual environment tweaks are needed.
On macOS/Linux activate with `source .venv/bin/activate` instead.
## Workflow ## Workflow
1. Load an image (`📂`) or a folder (`📁`). 1. Load an image (`📂`) or a folder (`📁`).