~ubuntu-branches/ubuntu/trusty/i2c-tools/trusty

« back to all changes in this revision

Viewing changes to py-smbus/README

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2011-04-10 19:19:15 UTC
  • mfrom: (4.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110410191915-uin06ourz9isl5ji
Tags: 3.0.3-4
Don't try to change the i2c devices permissions if MAKEDEV doesn't 
create them. (Closes: #622156).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
README: py-smbus
3
3
 
4
 
Prerequisites:
5
 
Be sure to build and install the lm-sensors userspace first.  This package
6
 
requires one of the header files from that.
7
 
 
8
4
To build:
9
5
        $ python setup.py build
 
6
On most GNU/Linux distributions, you'll need to install the python-devel
 
7
package for the build to succeed.
10
8
 
11
9
To install (will also build if necessary):
12
10
        $ python setup.py install