Merge pull request #371 from enderphan94/patch-1

Updated pip3 for Macos
pull/375/head
Feist Josselin 5 years ago committed by GitHub
commit a2d793674d
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