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 -U git+git://github.com/StellarCN/py-stellar-base

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

git clone https://github.com/StellarCN/py-stellar-base.git
cd py-stellar-base
pip install .