Skip to content

Commit

Permalink
Merge pull request #2 from AFDudley/requirements
Browse files Browse the repository at this point in the history
requirements file
  • Loading branch information
tcoulter committed Jun 3, 2015
2 parents eb6cda5 + 20cdf0d commit ec6c1cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ Limited RPC client intended for use with automated testing. Uses [pythereum](htt
To install `testrpc`, follow these steps. It’s recommended you perform these within a virtualenv.

1. `$ git clone https://github.com/Consensys/testrpc` (clone this repository)
2. `$ git clone https://github.com/ethereum/pyethereum` (doesn’t need to be inside the clone of this responsitory)
3. `$ cd pythereum`
4. `$ python setup.py install`
5. `$ pip install jsonrpclib`

There’s nothing more to install beyond `pythereum`.
2. `cd testrpc`
3. `$ pip install -r requirements.txt`

### Run

Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
https://github.com/ethereum/pyethereum/tarball/develop#egg=ethereum-0.9.66
jsonrpclib
serpent

0 comments on commit ec6c1cf

Please sign in to comment.