]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/commitdiff
README: add note about python
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 27 Jan 2017 09:07:02 +0000 (11:07 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 27 Jan 2017 09:07:02 +0000 (11:07 +0200)
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
README.md

index c913e1ef56ea33452407f469a02c2e574f96c776..0a0a798c7408335127dad4cc1cf9915cc1aeaa80 100644 (file)
--- 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
+
+```