mirror of https://github.com/astral-sh/uv
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
|
|
@ -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…
Reference in New Issue