diff --git a/README.md b/README.md index 59d93d204..53a68ee04 100644 --- a/README.md +++ b/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