From cc13d56ee32dde5478502824a9770c79aa7e1bd9 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Wed, 28 Dec 2022 22:17:25 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0f00488..815a010 100644 --- a/README.md +++ b/README.md @@ -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