Skip to content

Commit

Permalink
Merge pull request #1599 from CodeSandwich/patch-1
Browse files Browse the repository at this point in the history
Clarify requirement of installing solc
  • Loading branch information
montyly authored Jan 23, 2023
2 parents e02b1f2 + a5f0485 commit 818c485
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 818c485

Please sign in to comment.