Installation

The most straigtforward way of installing Tiresias is via pip

pip install tiresias

From source

If you wish to stay up to date with the latest development version, you can instead download the source code. In this case, make sure that you have all the required dependencies installed.

Once the dependencies have been installed, run:

pip install -e <path/to/directory/containing/tiresias/setup.py>

Dependencies

Tiresias requires the following python packages to be installed:

All dependencies should be automatically downloaded if you install Tiresias via pip. However, should you want to install these libraries manually, you can install the dependencies using the requirements.txt file

pip install -r requirements.txt

Or you can install these libraries yourself

pip install -U array-lstm numpy scikit-learn torch