summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2017-01-27 11:07:02 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2017-01-27 11:07:02 +0200
commitf1123bf7511c991ea5dbbc623ee8bd8a68f36e09 (patch)
tree14b12ddf28360716062a0ba3a4c3c42073a79c67
parent8375acc53dd13ea4b958cfa3487c30cbd0f8b663 (diff)
README: add note about python
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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
+
+```