Fix some console blocks in the environment doc (#5826)

This commit is contained in:
Zanie Blue 2024-08-06 13:47:49 -05:00 committed by GitHub
parent 12059340de
commit 8cada6cbc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ installation's environment. Unlike `pip`, uv requires using a virtual environmen
uv supports creating virtual environments, e.g., to create a virtual environment at `.venv`:
```console]
```console
$ uv venv
```
@ -39,8 +39,8 @@ environment during subsequent invocations.
```console
$ uv venv
# Install a package in the new virtual environment
uv pip install ruff
$ # Install a package in the new virtual environment
$ uv pip install ruff
```
The virtual environment can be "activated" to make its packages available: