Skip to content

Commit

Permalink
Merge pull request #2189 from crytic/0xalpharush-patch-2
Browse files Browse the repository at this point in the history
Update installation instrucitons
  • Loading branch information
montyly authored Oct 26, 2023
2 parents 2940d26 + 8d9199e commit 78ba65b
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
python3 -m pip install slither-analyzer
```

### Using Git

```bash
git clone https://github.com/crytic/slither.git && cd slither
python3 setup.py install
python3 -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 78ba65b

Please sign in to comment.