diff --git a/README.md b/README.md index ce77c01f3..d796a466e 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,19 @@ Puffin is backed by [Astral](https://astral.sh), the creators of [Ruff](https:// ## Highlights +- โš–๏ธ Drop-in replacement for common `pip`, `pip-tools`, and `virtualenv` commands. - โšก๏ธ 10-100x faster than `pip` and `pip-tools` (`pip-compile` and `pip-sync`). -- ๐Ÿ’พ Disk-space efficient, with a global cache for dependency deduplication and Copy-on-Write - installation on supported platforms. -- ๐Ÿ Installable via `pip`, `pipx`, `brew` etc. Puffin is a single static binary that can be - installed without Rust or even a Python environment. +- ๐Ÿ’พ Disk-space efficient, with a global cache for dependency deduplication. +- ๐Ÿ Installable via `pip`, `pipx`, `brew` etc. Puffin is a static binary that can be installed without Rust or + Python. - ๐Ÿงช Tested at-scale against the top 10,000 PyPI packages. - ๐Ÿ–ฅ๏ธ Support for macOS, Linux, and Windows. -- โš–๏ธ Drop-in replacement for common `pip`, `pip-tools`, and `virtualenv` commands. -- ๐Ÿค Support for a wide range of advanced `pip` features, including: editable installs, Git - dependencies, direct URL dependencies, local dependencies, constraints, source distributions, - HTML and JSON indexes, and more. - ๐Ÿงฐ Novel features such as [dependency version overrides](#dependency-overrides] and [alternative resolution strategies](#resolution-strategy). - โ‰๏ธ Best-in-class error messages with a conflict-tracking resolver. +- ๐Ÿค Support for a wide range of advanced `pip` features, including: editable installs, Git + dependencies, direct URL dependencies, local dependencies, constraints, source distributions, + HTML and JSON indexes, and more. ## Getting Started