From f1123bf7511c991ea5dbbc623ee8bd8a68f36e09 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 27 Jan 2017 11:07:02 +0200 Subject: README: add note about python Signed-off-by: Tomi Valkeinen --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c913e1e..0a0a798 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,12 @@ Variable | Description --------------------------------- | ------------- KMSXX_DISABLE_UNIVERSAL_PLANES | Set to disable the use of universal planes KMSXX_DISABLE_ATOMIC | Set to disable the use of atomic modesetting + +## Python notes + +You can run the python code directly from the build dir by defining PYTHONPATH env variable. For example: + +``` +PYTHONPATH=build/py py/tests/hpd.py + +``` -- cgit v1.2.3