update readme

This commit is contained in:
James Prestwich 2017-09-04 11:13:11 -06:00
parent 5a4a61c82a
commit 42f769d892
No known key found for this signature in database
GPG Key ID: 519E010A79028CCC
1 changed files with 3 additions and 2 deletions

View File

@ -24,11 +24,12 @@ git clone https://github.com/zcash/zbxcat.git
pip install zbxcat 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). 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. Make sure the rpcuser and rpcpassword values are set in your zcash.conf or bitcoin.conf files.