# 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 expression.lark > expression.py ``` ## Run Unittest ```shell python3 -m unittest discover --pattern '*test.py' ``` ## Run programm as a CLIProgramm: ```shell numint ``` as a GUI-Programm ```shell numintgui ```