mirror of https://github.com/astral-sh/uv
Change 'duplication' to 'deduplication' (#1223)
This commit is contained in:
parent
ea0bfc565d
commit
fcf848877c
|
|
@ -7,7 +7,7 @@ Puffin is backed by [Astral](https://astral.sh), the creators of [Ruff](https://
|
||||||
## Highlights
|
## Highlights
|
||||||
|
|
||||||
- ⚡️ 10-100x faster than `pip` and `pip-tools` (`pip-compile` and `pip-sync`).
|
- ⚡️ 10-100x faster than `pip` and `pip-tools` (`pip-compile` and `pip-sync`).
|
||||||
- 💾 Disk-space efficient, with a global cache for dependency duplication and Copy-on-Write
|
- 💾 Disk-space efficient, with a global cache for dependency deduplication and Copy-on-Write
|
||||||
installation on supported platforms.
|
installation on supported platforms.
|
||||||
- 🐍 Installable via `pip`, `pipx`, `brew` etc. Puffin is a single static binary that can be
|
- 🐍 Installable via `pip`, `pipx`, `brew` etc. Puffin is a single static binary that can be
|
||||||
installed without Rust or even a Python environment.
|
installed without Rust or even a Python environment.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue