diff --git a/README.md b/README.md index 74e1b56d9..0a66420d9 100644 --- a/README.md +++ b/README.md @@ -26,17 +26,17 @@ An extremely fast Python package and project manager, written in Rust. - 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`, and more. - ⚡️ [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`. -- 🗂️ Provides [comprehensive project management](#project), with a - [universal lockfile](https://docs.astral.sh/uv/concepts/projects/layout.md#the-lockfile). -- ❇️ [Runs scripts](#script-support), with support for - [inline dependency metadata](https://docs.astral.sh/uv/guides/scripts.md#declaring-script-dependencies). +- 🗂️ Provides [comprehensive project management](#projects), with a + [universal lockfile](https://docs.astral.sh/uv/concepts/projects/layout#the-lockfile). +- ❇️ [Runs scripts](#scripts), with support for + [inline dependency metadata](https://docs.astral.sh/uv/guides/scripts#declaring-script-dependencies). - 🐍 [Installs and manages](#python-versions) Python versions. -- 🛠️ [Runs and installs](#tool) tools published as Python packages. +- 🛠️ [Runs and installs](#tools) tools published as Python packages. - 🔩 Includes a [pip-compatible interface](#the-pip-interface) for a performance boost with a familiar CLI. -- 🏢 Supports Cargo-style [workspaces](https://docs.astral.sh/uv/concepts/projects/workspaces.md) - for scalable projects. -- 💾 Disk-space efficient, with a [global cache](https://docs.astral.sh/uv/concepts/cache.md) for +- 🏢 Supports Cargo-style [workspaces](https://docs.astral.sh/uv/concepts/projects/workspaces) for + scalable projects. +- 💾 Disk-space efficient, with a [global cache](https://docs.astral.sh/uv/concepts/cache) for dependency deduplication. - ⏬ Installable without Rust or Python via `curl` or `pip`. - 🖥️ Supports macOS, Linux, and Windows. @@ -227,7 +227,7 @@ Pinned `.python-version` to `3.11` See the [Python installation documentation](https://docs.astral.sh/uv/guides/install-python/) to get started. -### A pip-compatible interface +### The pip interface uv provides a drop-in replacement for common `pip`, `pip-tools`, and `virtualenv` commands. diff --git a/docs/index.md b/docs/index.md index 2d6b7c82d..a46128cb4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,12 +19,12 @@ An extremely fast Python package and project manager, written in Rust. - 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`, and more. - ⚡️ [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`. -- 🗂️ Provides [comprehensive project management](#project), with a +- 🗂️ Provides [comprehensive project management](#projects), with a [universal lockfile](./concepts/projects/layout.md#the-lockfile). -- ❇️ [Runs scripts](#script-support), with support for +- ❇️ [Runs scripts](#scripts), with support for [inline dependency metadata](./guides/scripts.md#declaring-script-dependencies). - 🐍 [Installs and manages](#python-versions) Python versions. -- 🛠️ [Runs and installs](#tool) tools published as Python packages. +- 🛠️ [Runs and installs](#tools) tools published as Python packages. - 🔩 Includes a [pip-compatible interface](#the-pip-interface) for a performance boost with a familiar CLI. - 🏢 Supports Cargo-style [workspaces](./concepts/projects/workspaces.md) for scalable projects.