Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 345 Bytes

File metadata and controls

27 lines (12 loc) · 345 Bytes

Timetable-Instances

  1. Build and activate conda environment:

    conda env create -f environment.yml

  2. Activate environment:

    conda activate Generator

  3. Install customtkinter with pip:

    pip install customtkinter

  4. Run project:

    python main.py

Workflow-Info:

  1. Use mypy for static analysis -> mypy main.py to check typing