labutils
is a collection of utilities intended to be used by NetLab developers and researchers. labutils
is a place to share useful Python code amongst NetLab members. Contributions may include miscellaneous helper functions, developer feature prototypes, or project-specific workhorse functions.
For detailed descriptions of everything in labutils
, check out our Read the Docs page <http://labutils.readthedocs.io/en/latest/>
First, clone the labutils
GitHub repository. labutils
can then be installed by running python setup.py develop
from inside the main directory.
If you want some instant gratification for getting through the installation, open a Python session and call labutils.hello_world()
!