Update README.md

This commit is contained in:
Shunsuke Shibayama 2022-12-25 19:51:17 +09:00
parent 6d6eebf1e2
commit fef5540173
1 changed files with 7 additions and 9 deletions

View File

@ -8,6 +8,12 @@
## Installation
### cargo (rust package manager)
```bash
cargo install pylyzer
```
### pip
```bash
@ -15,15 +21,7 @@ pip install pylyzer
```
If installed this way, type resolution for the standard libraries is not available.
If you want to use it, you need to install [Erg](https://github.com/mtshiba/ergup).
### cargo (rust package manager)
```bash
cargo install pylyzer
```
or download the binary from [the releases page](https://github.com/mtshiba/pylyzer/releases).
If you want to use it, you need to [install Erg](https://github.com/mtshiba/ergup).
## What is the advantage over pylint, pyright, pytype, etc.?