-
Build and activate conda environment:
conda env create -f environment.yml
-
Activate environment:
conda activate Generator
-
Install customtkinter with pip:
pip install customtkinter
-
Run project:
python main.py
Workflow-Info:
- Use mypy for static analysis -> mypy main.py to check typing