diff --git a/README.md b/README.md
index b9484bc9cfe86fbc1c9ad71331887c5498184434..01696616a0bfd1aed2884f8ad280a2d2efa3a71c 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@ TMTC Client
 ====
 
 ## Prerequisites
+Runs with Python 3.8.
+Don't use Python 2.x!
 Manual installation of crcmod might be needed
  1. Install pip if it is not installed yet
  2. Install crcmod and all other reqiored packages:
@@ -64,6 +66,11 @@ Implemented.
 ## Unit Test
 Some more information will follow on how to write Unit Tests.
 
+## Developers Information
+Code Style: [PEP8](https://www.python.org/dev/peps/pep-0008/)
+Can be enforced/checked by using Pylint as an external program in PyCharm.
+Install it with pip and then install and set-up the Pylint plugin in PyCharm.
+
 ## Import run configurations in PyCharm
 The PyCharm IDE can be used to comfortably manage a set of run configuations (for example tests for different
 services). These configurations were shared through the version control system Git