diff --git a/README.md b/README.md index 9fb31c2..2836fac 100644 --- a/README.md +++ b/README.md @@ -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.