From 1aaef87790729c4f34136d8ea8ae5afdd168a760 Mon Sep 17 00:00:00 2001 From: lm Date: Fri, 17 Oct 2025 17:36:50 +0200 Subject: [PATCH] Clarify activation note Break out the macOS/Linux venv activation instruction onto its own line. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e41892..9fcd580 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ source .venv/Scripts/activate uv pip install . 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 1. Load an image (`📂`) or a folder (`📁`).