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

Update README.md

parent c3f15cc7
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,11 @@ Students of the Uni Stuttgart usually have access to PyCharm Professional. ...@@ -16,10 +16,11 @@ Students of the Uni Stuttgart usually have access to PyCharm Professional.
python<version> -m pip<version> install crcmod python<version> -m pip<version> install crcmod
``` ```
or use IDE (interpreter settings -> pip in PyCharm) or use IDE (interpreter settings -> pip in PyCharm)
3. Install python-tk. 3. Install python-tk on Linux.
```sh ```sh
sudo apt-get install python-tk 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