Update README.md

This commit is contained in:
Shunsuke Shibayama 2023-06-23 00:56:24 +09:00 committed by GitHub
parent 4098c90a19
commit 7c2d53c4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
> cargo install pylyzer
> ```
**NOTE**: Installation by `cargo install pylyzer` is currently unavailable due to using a version of [the parser](https://github.com/RustPython/Parser/) not published on crates.io. Please clone the repository and build it directly.
> **Warning**: Installation by `cargo install pylyzer` is currently unavailable due to using a version of [the parser](https://github.com/RustPython/Parser/) not published on crates.io. Please clone the repository and build it directly.
```bash
git clone https://github.com/mtshiba/pylyzer.git