mirror of https://github.com/mtshiba/pylyzer
Update README.md
This commit is contained in:
parent
8f586ba8ea
commit
c985ca7fce
|
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
### cargo (rust package manager)
|
### cargo (rust package manager)
|
||||||
|
|
||||||
> ```bash
|
```bash
|
||||||
> cargo install pylyzer
|
cargo install pylyzer
|
||||||
> ```
|
```
|
||||||
|
|
||||||
> **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.
|
### build from source
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/mtshiba/pylyzer.git
|
git clone https://github.com/mtshiba/pylyzer.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue