Skip to content
Snippets Groups Projects
Commit 2cc2ed9d authored by Robin Mueller's avatar Robin Mueller
Browse files

reamde update

parent a4eb6a39
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,6 @@ git clone https://git.ksat-stuttgart.de/source/tmtc.git ...@@ -16,7 +16,6 @@ git clone https://git.ksat-stuttgart.de/source/tmtc.git
Initiate the core components by initiating and updating the submodules Initiate the core components by initiating and updating the submodules
```sh ```sh
git submodule init git submodule init
git submodule sync
git submoduke update git submoduke update
``` ```
...@@ -27,7 +26,7 @@ pip install -r requirements.txt ...@@ -27,7 +26,7 @@ pip install -r requirements.txt
Now the script can be tested by running Now the script can be tested by running
```sh ```sh
python3 obsw_tmtc_client.py -h python obsw_tmtc_client.py -h
``` ```
It is recommended to use and setup PyCharm to also use the preconfigured It is recommended to use and setup PyCharm to also use the preconfigured
...@@ -137,4 +136,4 @@ a new PyCharm project in a new window. ...@@ -137,4 +136,4 @@ a new PyCharm project in a new window.
To add new configurations, go to Edit Configurations... To add new configurations, go to Edit Configurations...
at the top right corner in the drop-down menu. at the top right corner in the drop-down menu.
Specify the new run configurations and set a tick at Share through VCS. Specify the new run configurations and set a tick at Share through VCS.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment