Installation

Installing from PyPI is recommended.

If you’re unfamiliar with Python packaging tools (such as pip and virtualenv) see what The Hitchhiker’s Guide to Python has to say about them.

$ pip install laboratory

You can also install a tagged version from Github

$ pip install https://github.com/joealcorn/laboratory/archive/v1.0.tar.gz

Or the latest development version

$ pip install git+https://github.com/joealcorn/laboratory.git

Now move on to the Quickstart