Skip to content

Commit 277a1f7

Browse files
authored
Update README.md
1 parent 2238ad6 commit 277a1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ctest --test-dir build --output-on-failure
7171
```bash
7272
python3 -m venv .venv
7373
source .venv/bin/activate
74-
pip install .[torch]
74+
pip install ".[torch]"
7575
```
7676

7777
`pip install` builds the Python bindings, exposes `t81lib`/`t81`, and pulls the optional `torch` helpers when you request `[torch]`. See [docs/python-install.md](docs/python-install.md) for pipx, CLI helpers, and verification scripts.

0 commit comments

Comments
 (0)