Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stickerpants authored Aug 8, 2017
1 parent 58609b3 commit f910c5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This is also useful for quickly throwing your source into [Remix](https://ethere

>**NOTE:** This script does not work with imports that are aliased (i.e. `import './A.sol' as B;` ).
# Requirements

* Python 3.5+, `pip`
* `solc`, the [Solidity compiler](http://solidity.readthedocs.io/en/develop/installing-solidity.html#binary-packages)
* **Note:** The NPM version of the compiler does not expose enough functionality to satisfy the requirements of this tool.

# Installation

`pip install solidity-flattener`
Expand Down

0 comments on commit f910c5a

Please sign in to comment.