From 2f1712ca7e51071caded06570457b722566147b9 Mon Sep 17 00:00:00 2001
From: hbui <hong-phuc.bui@htwsaar.de>
Date: Sun, 21 Jul 2024 09:51:57 +0200
Subject: [PATCH] plot cli OK

---
 num-int/Readme.md |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/num-int/Readme.md b/num-int/Readme.md
index fd81b83..274ba9d 100644
--- a/num-int/Readme.md
+++ b/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
\ No newline at end of file

--
Gitblit v1.10.0-SNAPSHOT