Python

From 太極
Revision as of 15:28, 1 March 2013 by Brb (talk | contribs) (Created page with "= Install a new module = <pre> sudo apt-get install python-serial </pre> If a package has been bundled by its creator using the standard approach to bundling modules (with Pytho…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install a new module

sudo apt-get install python-serial

If a package has been bundled by its creator using the standard approach to bundling modules (with Python’s distutils tool), all you need to do is download the package, uncompress it and type:

python setup.py install