Skip to content
Snippets Groups Projects
user avatar
Fabian Schuh authored
5f0f8068
History

Python Library for BitShares


Documentation

Visit the pybitshares website for in depth documentation on this Python library.

Installation

Install with pip:

$ sudo apt-get install libffi-dev libssl-dev python-dev python3-dev python3-pip
$ pip3 install bitshares

Manual installation:

$ git clone https://github.com/xeroc/python-bitshares/
$ cd python-bitshares
$ python3 setup.py install --user

Upgrade

$ pip3 install --user --upgrade