Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Sep 4, 2017
1 parent 5a4a61c commit 42f769d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ git clone https://github.com/zcash/zbxcat.git
pip install zbxcat
```

To install python-zcashlib from github:
Install the dependencies. Note that this package depends on the experimental [python-zcashlib package](https://github.com/arcalinea/python-zcashlib).
```
easy_install http://github.com/arcalinea/python-zcashlib/tarball/master
pip install -r requirements.txt
```


Run Zcash and Bitcoin daemons locally, on whichever network you want to trade on (recommended: testnet, regtest).

Make sure the rpcuser and rpcpassword values are set in your zcash.conf or bitcoin.conf files.
Expand Down

0 comments on commit 42f769d

Please sign in to comment.