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:
Janosh Riebesell 2024-07-09 14:01:07 -04:00 committed by GitHub
parent 92290d8dcb
commit 8da91f5a97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ brew install uv
To create a virtual environment:
```shell
uv venv # Create a virtual environment at .venv.
uv venv # Create a virtual environment at `.venv`.
```
To activate the virtual environment: