Installation
You can install thor_devkit with pip:
pip install thor-devkit -U
Warning
Bip32 library depends on the ripemd160 hash library, which should be present on your system (on Linux it is part of openssl).
Installing from source:
git clone https://github.com/vechain/thor_devkit.py
cd thor_devkit.py
pip install .
Supported extras:
test: install developer requirements (pip install thor-devkit[test]).docs: installsphinx-related packages (pip install thor-devkit[test,docs]).