Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 930 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 930 Bytes

labutils

Overview

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.

Documentation

For detailed descriptions of everything in labutils, check out our Read the Docs page <http://labutils.readthedocs.io/en/latest/>

Installing

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()!