Updating README with solc binary requirements (#575)

* Updating README with solc binary requirements

* Update README.md
This commit is contained in:
Sidhant Gupta 2017-11-21 04:14:19 +05:30 committed by Mark Mossberg
parent 5c52fcaf54
commit fbe70f1bc5

View File

@ -25,6 +25,7 @@ Examples of practical manticore usage are also [on github](https://github.com/tr
## Requirements
Manticore is supported on Linux, and requires Python 2.7. Ubuntu 16.04 is strongly recommended.
Ethereum APIs which compile Solidity source code require the [`solc`](https://github.com/ethereum/solidity) program in your `$PATH`.
## Quick Start