Quick Start Guide

Obtaining NodePy

The recommended installation method is via pip. The current development version of NodePy can be obtained via Git:

git clone git://github.com/ketch/nodepy.git

NodePy Documentation

NodePy documentation can be found at https://nodepy.readthedocs.io

The documentation is also included in the nodepy/doc directory, and can be built from your local install, if you have Sphinx.

Examples

NodePy comes with some canned examples that can be run to confirm your installation and to demonstrate capabilities of NodePy. These can be found in the directory nodepy/examples.