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

Merge remote-tracking branch 'origin/master' into mueller_branch

parents 013065df 34618898
No related branches found
No related tags found
No related merge requests found
...@@ -4,11 +4,23 @@ TMTC Client ...@@ -4,11 +4,23 @@ TMTC Client
## Prerequisites ## Prerequisites
Runs with Python 3.8. Runs with Python 3.8.
Don't use Python 2.x! Don't use Python 2.x!
Manual installation of crcmod and pyserial might be needed Manual installation of crcmod and pyserial might be needed.
1. Install pip if it is not installed yet It is recommended to install use PyCharm to run this client.
2. Install crcmod and all other required packages: Students of the Uni Stuttgart usually have access to PyCharm Professional.
Command: python<version> -m pip<version> install crcmod 1. Install pip if it is not installed yet
or use IDE (interpreter settings -> pip in PyCharm) 2. Install crcmod and all other required packages if using system python
compiler. If using the local venv as the compiler, these packages
should be installed. <br>
Command:
```sh
python<version> -m pip<version> install crcmod
```
or use IDE (interpreter settings -> pip in PyCharm)
3. Install python-tk on Linux.
```sh
sudo apt-get install python-tk
```
On Windows, the package should be included.
## How To Use ## How To Use
The script can be used by specifying command line parameters. The script can be used by specifying command line parameters.
......
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