Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 508 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 508 Bytes

SBUnit

A prototype for unit testing in systems biology.

Docs: https://ciaranwelsh.github.io/SBUnit/

Installing

SBunit is not available on pip: it is too early days for that. Instead you should clone the sources:

git clone https://github.com/CiaranWelsh/SBUnit.git
cd SBUnit

And run setup.py

python setup.py install

This will install SBUnit into the site-packages directory of the currently active Python environment.