# Berechne linken und rechten Riemann-Intergral ## Build the IU ```shell pip install -e . # build the ui pyside6-project build num-int.pyproject # build the grammar python -m lark.tools.standalone json.lark > json_parser.py ``` ## Run Unittest ```shell python3 -m unittet discover --pattern *test.py ``` ## Run programm as a CLIProgramm: ```shell numint ``` as a GUI-Programm