From 6c5845922fcadd4bdecf8fd0ac61ab91bd0856a4 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 29 Aug 2022 22:02:48 -0400 Subject: [PATCH] Remove caveat from README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 3239136cb6..303e8d29c7 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,6 @@ Available as [ruff](https://pypi.org/project/ruff/) on PyPI: pip install ruff ``` -For now, wheels are available for Python 3.7, 3.8, 3.9, and 3.10 on macOS, Windows, and Linux. If a -wheel isn't available for your Python version or platform, you'll need to install the [Rust toolchain](https://www.rust-lang.org/tools/install) -prior to running `pip install ruff`. (This is an effort limitation on my part, not a technical -limitation.) - ### Usage To run ruff, try any of the following: @@ -81,7 +76,7 @@ See `ruff --help` for more: ```shell ruff -A Python linter written in Rust +An extremely fast Python linter. USAGE: ruff [OPTIONS] ...