We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ffd25 commit a3095fdCopy full SHA for a3095fd
README.md
@@ -11,13 +11,10 @@ which is useful on large polyglot projects.
11
The design of `lintrunner` is heavily inspired by `linttool`, a project that exists internally at Meta.
12
13
## Installation
14
-Currently, do:
15
```
16
-cargo install lintrunner --force
+pip install lintrunner
17
18
19
-In the future we’ll probably do binary releases through GitHub, `pip`, or `conda`.
20
-
21
## Usage
22
First, you need to add a configuration file to your repo. See the [Linter
23
configuration](#linter-configuration) section for more info.
0 commit comments