aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2020-10-23 00:47:12 +0200
committerNao Pross <np@0hm.ch>2020-10-23 00:47:12 +0200
commit56e669fa6f37112f928919198e7f6cec7c3c0f3c (patch)
tree330324ec4cf4458d9a451745494b0ed18125d199 /README.md
parentFix config path (expand) error (diff)
downloadMuddle-56e669fa6f37112f928919198e7f6cec7c3c0f3c.tar.gz
Muddle-56e669fa6f37112f928919198e7f6cec7c3c0f3c.zip
Make PEP8 happy
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
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 <more files...>
+```
+
+### Compilation / Release
To create an executable you need PyInstaller, you can get it with
```
$ pip3 install pyinstaller