summaryrefslogtreecommitdiff
path: root/py-smbus
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2010-12-12 12:39:36 +0000
committerJean Delvare <jdelvare@suse.de>2010-12-12 12:39:36 +0000
commit69eb935d90f22dc5c2df9a717ba9f79b2aeb5460 (patch)
tree87eefe7610023b5bd487e13aec24a998806b342d /py-smbus
parente241a27bdd9832c148a8731491d730c415329f32 (diff)
downloadi2c-tools-git-69eb935d90f22dc5c2df9a717ba9f79b2aeb5460.tar.gz
Add a note about the python-devel requirement.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@5891 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'py-smbus')
-rw-r--r--py-smbus/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/py-smbus/README b/py-smbus/README
index a14dc6f..60d2ffd 100644
--- a/py-smbus/README
+++ b/py-smbus/README
@@ -3,6 +3,8 @@ README: py-smbus
To build:
$ python setup.py build
+On most GNU/Linux distributions, you'll need to install the python-devel
+package for the build to succeed.
To install (will also build if necessary):
$ python setup.py install