Skip to content

Commit

Permalink
Update installation instrucitons
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush authored Oct 18, 2023
1 parent dded959 commit f3ec270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ If you're **not** going to use one of the [supported compilation frameworks](htt
### Using Pip

```console
pip3 install slither-analyzer
python -m pip install slither-analyzer
```

### Using Git

```bash
git clone https://github.com/crytic/slither.git && cd slither
python3 setup.py install
python -m pip install .
```

We recommend using a Python virtual environment, as detailed in the [Developer Installation Instructions](https://github.com/trailofbits/slither/wiki/Developer-installation), if you prefer to install Slither via git.
Expand Down

0 comments on commit f3ec270

Please sign in to comment.