TNO Intern

Commit 74195aac authored by Zanne Korevaar's avatar Zanne Korevaar
Browse files

Update venv install command in installation manual.

parent 37db0069
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ If you prefer to use [uv](https://docs.astral.sh/uv/getting-started/) for enviro

2. Install the environment:
   ```bash
   uv sync --extra dev
   uv sync --group dev
   ```

    uv will install all dependencies defined in `pyproject.toml` in a clean, isolated environment.