Clarify activation note
Break out the macOS/Linux venv activation instruction onto its own line.
This commit is contained in:
parent
062f5fa7f1
commit
1aaef87790
|
|
@ -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 (`📁`).
|
||||
|
|
|
|||
Loading…
Reference in New Issue