diff --git a/README.md b/README.md index f2c3ad5b5..db601386d 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,9 @@ See the [Tool documentation](https://github.com/crytic/slither/wiki/Tool-Documen ## How to install -Slither requires Python 3.8+ and [solc](https://github.com/ethereum/solidity/), the Solidity compiler. +Slither requires Python 3.8+. +If you're **not** going to use one of the [supported compilation frameworks](https://github.com/crytic/crytic-compile), +you need to have on your machine the right version of [solc](https://github.com/ethereum/solidity/), the Solidity compiler. ### Using Pip