The library has the abovementioned dependencies (which can be satisfied by using pip install -r requirements.txt
):
ecdsa base58
qrcode Pillow
python-bitcoinlib
plyvel matplotlib numpy ujson
Note that some additional system packages may also be needed. For instance, for Debian/Ubuntu based systems, python-tk
and libleveldb-dev
must be installed:
sudo apt-get install python-tk libleveldb-dev