Clarify requirement of installing solc

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

@ -176,6 +176,7 @@ 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.
### Using Pip

Loading…
Cancel
Save