Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 399 Bytes

File metadata and controls

28 lines (18 loc) · 399 Bytes

Installation

Installation

Install with pip:

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

Manual installation:

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

Upgrade

$ pip3 install bitshares --user --upgrade