Skip to content

Commit 68796c5

Browse files
committed
chore(docs): fix install instructions
1 parent 1376fb3 commit 68796c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ uv sync
3232
Otherwise, the application can be installed as a standard Python module:
3333

3434
```sh
35-
python3 install src
35+
pip install -e src
3636
```
3737

3838
### Running

0 commit comments

Comments
 (0)