Clarify no need solc on supported platforms

pull/1599/head
Igor Żuk 2 years ago committed by GitHub
parent 2a5f05a626
commit a5f0485fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

@ -175,8 +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.
If you're only going to run Slither on projects using Foundry, you don't need solc explicitly installed.
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

Loading…
Cancel
Save