summaryrefslogtreecommitdiffstats
path: root/bindings/python/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/README.txt')
-rw-r--r--bindings/python/README.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/bindings/python/README.txt b/bindings/python/README.txt
index ccc2619ccf..742cf8fbb8 100644
--- a/bindings/python/README.txt
+++ b/bindings/python/README.txt
@@ -2,10 +2,9 @@
// Clang Python Bindings
//===----------------------------------------------------------------------===//
-This directory implements Python bindings for Clang. Currently, only bindings
-for the CIndex C API exist.
+This directory implements Python bindings for Clang.
-You may need to alter LD_LIBRARY_PATH so that the CIndex library can be
+You may need to alter LD_LIBRARY_PATH so that the Clang library can be
found. The unit tests are designed to be run with 'nosetests'. For example:
--
$ env PYTHONPATH=$(echo ~/llvm/tools/clang/bindings/python/) \