aboutsummaryrefslogtreecommitdiffstats
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-25 00:34:15 -0300
commit161576d420000fbbcd463eaab22791f5e6ffbf79 (patch)
tree4243222936151ee8f27f4197a944ed665468f809
parent028fc127b61b2d64c2c1ec20532f7da62df0a86e (diff)
downloadkmod-161576d420000fbbcd463eaab22791f5e6ffbf79.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