Updated pip3 for Macos

Install by pip does not work in Macos
pull/371/head
Ender Loc Phan 5 years ago committed by GitHub
parent c5421efc40
commit 7c246f00fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

@ -89,6 +89,11 @@ Slither requires Python 3.6+ and [solc](https://github.com/ethereum/solidity/),
```
$ pip install slither-analyzer
```
For MacOS
```
$ pip3 install slither-analyzer
```
### Using Git

Loading…
Cancel
Save