Skip to content

Commit 8e78a90

Browse files
committed
MyST markup, grammar, link to the pip interface for uv
1 parent cd86376 commit 8e78a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conceptual-guides/package-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The following sections explain each of these tools in more detail.
3434

3535
{term}`uv` is a package manager which is popular for its speed, its ability to manage the installation of Python itself, and its ability to consistently reproduce installed packages using a {file}`uv.lock` file.
3636

37-
When a project is fully managed using uv, it is configured in `pyproject.toml` and the packages are installed using `uv sync`.
37+
When a project is fully managed using uv, it is configured in its {file}`pyproject.toml` file, and its packages are installed using `uv sync`.
3838

39-
uv also has a backwards-compatible mode which works more like pip, and installs packages into a virtual environment via the command `uv pip install`.
39+
uv also has a [pip interface](https://docs.astral.sh/uv/pip/), and installs packages into a virtual environment via the command `uv pip install`.
4040

4141
If you create a Plone project using Cookieplone, it creates a backend managed by uv.
4242

0 commit comments

Comments
 (0)