Getting started
In this page you can find the basic information in order to run the software.
Requirements
- Python 3
- NumPy library
- Pandas library
- Matplotlib library
- LTTB library by javiljoen
Windows
pip install -r requirements.txt
Linux/MacOS
pip3 install -r requirements.txt
Usage
In order to run the application, you need to execute the main.py file.
Windows
If you have the right file associations, just double-click on the file.
In alternative, you can type on the command prompt:
python main.py
Linux/MacOS
Open a terminal instance and write the following command:
python3 main.py