Installation

Via Source Code

Please use the code on pypi whenever possible. The latest code may be unstable.

You can install it from source code via pip:

pip install git+git://github.com/StellarCN/py-stellar-base

And you can always clone the repository directly, and install it locally:

git clone git@github.com:StellarCN/py-stellar-base.git;
cd stellar_base;
pip install .