Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 586 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 586 Bytes

PyTSI

For documentation on this project see the documentation website.

User Interface

alt text

Installation instructions:

  • Clone the project:

    git clone https://github.com/KNMI-Datalab/PyTSI PyTSI
    
  • Install the requirements:

    pip install -r requirements.txt
    
  • Run the GUI using Python 3:

    python3 src/UI.py
    
  • Run the recursive time loop:

    python3 src/main.py
    
  • To change functionality and parameters, change the settings in src/settings.py