Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 542 Bytes

DEPENDENCIES.md

File metadata and controls

26 lines (18 loc) · 542 Bytes

Dependencies

The library has the abovementioned dependencies (which can be satisfied by using pip install -r requirements.txt):

Key management and address creation

ecdsa base58

Keys export (WIF)

qrcode Pillow

Script creation

python-bitcoinlib

Data analysis

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