From aa7ba9ddf322bbe5d79e4c2b1ffdfc7048208fd0 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 1 Apr 2017 13:19:37 +1100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fdf28011fb..b8b975b804 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,6 @@ To create an initial user account, run the command `python InvenTree/manage.py c ## Documentation For project code documentation, refer to the online [documentation](http://inventree.readthedocs.io/en/latest/) (auto-generated) + +## Coding Style +All python code should conform to the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide. Run the *pep_check.py* script which will compare all source (.py) files against the PEP 8 style.