Skip to content

Commit

Permalink
Fix some console blocks in the environment doc (astral-sh#5826)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Aug 6, 2024
1 parent 1205934 commit 8cada6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pip/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8cada6c

Please sign in to comment.