hbui
2024-07-21 2f1712ca7e51071caded06570457b722566147b9
num-int/Readme.md
@@ -1,8 +1,28 @@
# Berechne linken und rechten Riemann-Intergral
## Run Unittest:
## 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