diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-01-27 11:07:02 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-01-27 11:07:02 +0200 |
commit | f1123bf7511c991ea5dbbc623ee8bd8a68f36e09 (patch) | |
tree | 14b12ddf28360716062a0ba3a4c3c42073a79c67 | |
parent | 8375acc53dd13ea4b958cfa3487c30cbd0f8b663 (diff) |
README: add note about python
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 + +``` |