Get rid of sudo in pip install command

pull/3/head
Lorenz Breidenbach 6 years ago committed by Lorenz
parent b6ee325aa0
commit 90ea39bdd9
  1. 2
      README.md

@ -14,7 +14,7 @@ With Slither you can:
Use pip to install the dependencies:
```bash
$ sudo -H pip install -U -r requirements.txt
$ pip install -U -r requirements.txt
```
You may also want solc, which can be installed using homebrew:

Loading…
Cancel
Save