mirror of https://github.com/astral-sh/uv
Fix typo in projects.md (#5523)
This commit is contained in:
parent
83412837e5
commit
12e92b7718
|
|
@ -106,7 +106,7 @@ virtual environment before executing a command:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ uv sync
|
$ uv sync
|
||||||
$ source .venv/bin/active
|
$ source .venv/bin/activate
|
||||||
$ python my_script.py
|
$ python my_script.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue