Installation
You can install tenzing from source and from pip
Source
To install tenzing from source, clone the repository from github:
git clone https://github.com/ieaves/tenzing.git
cd tenzing
python setup.py install .
Testing
Test tenzing with pytest: