From 42f769d892882cd65b373093e21fdbaa2a9a5da8 Mon Sep 17 00:00:00 2001 From: James Prestwich Date: Mon, 4 Sep 2017 11:13:11 -0600 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.