From 7190ef12b9cddb3575b7a999c0bcb1a62399810b Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Tue, 26 Jan 2016 17:55:02 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0a3c094..6b8d60b 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ See the file `doc/usage.adoc` for basic instructions. See the [Hashmal wiki on G The file `doc/plugins.adoc` has some information on the plugins system that Hashmal uses. +##Installation +- First you need to make sure you have the `python-bitcoinlib` installed. +- `sudo pip install python-bitcoinlib` +- the second requirement is the `pyparsing` python package. +- `sudo pip install pyparsing` +- finally you can run run hashmal +- `./hashmal` ## License