Requirements

  • pandas
  • numpy
  • jinja2
  • networkx
  • seaborn
  • matplotlib

Installation

You can install tenzing from source and from pip

Pip

Installing with pip:

pip install tenzing

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:

cd tenzing
pytest