From 56e669fa6f37112f928919198e7f6cec7c3c0f3c Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 23 Oct 2020 00:47:12 +0200 Subject: Make PEP8 happy --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4f45bd2..b7a0f0b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,14 @@ muddle $ ./muddle --gui The code is a bit garbage, as I hacked it toghether in one morning, though I've tried to clean it up a bit. -## Compilation / Release +### Coding style + +Use PEP8 except where Qt bindings are used (`gui.py`). To check use +``` +$ pep8 --show-source --ignore=E501 moodle.py muddle.py +``` + +### Compilation / Release To create an executable you need PyInstaller, you can get it with ``` $ pip3 install pyinstaller -- cgit v1.2.1