Software Requirements¶
This tutorial will walk you through the process of preparing your system for the use of the software used and developed in this project.
As preliminaries you need
- A UNIX-like machine with web access.
- A working Python installation, Version 3.5.2 or newer.
- Java v1.8+.
Python preparation¶
From the project root run:
$ python -m pip install -r requirements.txt
After that run:
$ python setup.py