mirror of https://github.com/mtshiba/pylyzer
Update README.md
This commit is contained in:
parent
4c99de6125
commit
cc13d56ee3
|
|
@ -23,6 +23,10 @@ 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).
|
||||
|
||||
```bash
|
||||
curl -L https://github.com/mtshiba/ergup/raw/main/ergup.py | python3
|
||||
```
|
||||
|
||||
## What is the advantage over pylint, pyright, pytype, etc.?
|
||||
|
||||
* Performance
|
||||
|
|
|
|||
Loading…
Reference in New Issue