Installation Guide

The Nebulon Python SDK client is available through the Python Package Index with the name nebpyclient.

The source code is available on github.com and can be installed from source.

Python Package Index Installation

python3 -m pip install nebpyclient

Source Code Installation

mkdir nebulon
cd nebulon
git clone https://github.com/nebulon/nebpyclient.git
cd nebpyclient
python3 setup.py install

To build the HTML documentation from source:

cd docs/
make html