README.md aktualisiert

This commit is contained in:
2025-06-27 15:00:26 +02:00
parent c9ccae25a9
commit ea2670b779

View File

@ -83,6 +83,7 @@ code .. # Open source code in Windows Visual Studio Code
´´´ ´´´
## Prerequisites ## Prerequisites
If you need to set up these prerequisites, you can find some more information in the dedicated 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 cd tmtc
python3 -m venv venv python3 -m venv venv
cd deps/tmtccmd cd deps/tmtccmd
pip install -r requirements.txt
pip install .[gui] pip install .[gui]
``` ```