Installation

Installation

Install with pip3:

$ sudo apt-get install libffi-dev libssl-dev python-dev
$ pip3 install steempy

or the with pip:

$ pip install -U steempy

Manual installation:

$ git clone https://github.com/holgern/steempy/
$ cd steempy
$ python setup.py build
$ python setup.py install --user

Upgrade

$ pip install --user --upgrade