mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-02 08:47:23 +00:00
Fix typo in projects.md (#5523)
This commit is contained in:
parent
83412837e5
commit
12e92b7718
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue