Installation

Requirements

Installation from PyPI

You can install THeSeuSS by using pip, which will automatically get the source code from PyPI. (It will be uplodaded soon).:

pip install THeSeuSS

Installation from source

You can get the source for the latest stable release from https://github.com/Ariadni20/THeSeuSS like this:

git clone https://github.com/Ariadni20/THeSeuSS.git

With the source from a Git clone or tar file, you can install the code with pip install /path/to/package, which will manage dependencies as though installing from PyPI.