summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-19 00:11:17 -0400
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-20 07:22:52 -0300
commit20cc782a5e6f0b805bda01a1e97cfb0d188bf76a (patch)
tree5c31c66b6458e6e498b0315bfb3b1bc00ec729d0
parent802a673f4a33f9fe6fdee2f1cbcd6cfe05856f30 (diff)
downloadkmod-20cc782a5e6f0b805bda01a1e97cfb0d188bf76a.tar.gz
python: README: mention Cython dependency.
-rw-r--r--libkmod/python/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkmod/python/README b/libkmod/python/README
index 1e72c15..8ca3aae 100644
--- a/libkmod/python/README
+++ b/libkmod/python/README
@@ -35,6 +35,6 @@ Example (python invoked as root)
Building
--------
-Ensure Python and kmod headers are installed and run::
+Ensure Python, Cython, and the kmod headers are installed and run::
$ python setup.py build