From ea2670b779c421360e67792bd5f07fce1e194b35 Mon Sep 17 00:00:00 2001 From: Paul Nehlich Date: Fri, 27 Jun 2025 15:00:26 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c8c333..182e11f 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ code .. # Open source code in Windows Visual Studio Code ยดยดยด + ## Prerequisites If you need to set up these prerequisites, you can find some more information in the dedicated @@ -111,6 +112,7 @@ the `tmtcc.py` utility to send a ping telecommand to the running OBSW cd tmtc python3 -m venv venv cd deps/tmtccmd +pip install -r requirements.txt pip install .[gui] ```