mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Remove confusing punctuation in readme (#4929)
admittedly, nitpick PR but i initially misread the trailing dot in ``` # Create a virtual environment at .venv. ``` as part of the directory name, i.e. that the env would be placed in `.venv.`
This commit is contained in:
parent
92290d8dcb
commit
8da91f5a97
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ brew install uv
|
||||||
To create a virtual environment:
|
To create a virtual environment:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
uv venv # Create a virtual environment at .venv.
|
uv venv # Create a virtual environment at `.venv`.
|
||||||
```
|
```
|
||||||
|
|
||||||
To activate the virtual environment:
|
To activate the virtual environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue