From fef5540173fb8ec3ea9012f831acae53317502f4 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Sun, 25 Dec 2022 19:51:17 +0900 Subject: [PATCH] Update README.md --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d60f655..5bcebab 100644 --- a/README.md +++ b/README.md @@ -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.?