Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down