[[
wiki:projects:python:pyusb:setup:linux
]]
wiki.erazor-zone.de
Trace:
»
linux
Table of Contents
pyusb: setup on a Linux machine
general
with gentoo
with openSUSE
with Ubuntu
pyusb: setup on a Linux machine
general
install
libusb
download the
pyusb package
use pythons distutils:
$> python setup.py install
with gentoo
use the ebuild at
gentoo
$> emerge pyusb
with openSUSE
use the search interface to the build service repository at
http://software.opensuse.org/search
to locate the rpm package.
either download the package and install it or add the repository to your installation source and select the package for installation using e.g. YaST.
with Ubuntu
install the
python-usb
package either in Synaptic or with the command
sudo apt-get install python-usb
wiki/projects/python/pyusb/setup/linux.txt · Last modified: 2008/08/28 02:51 (external edit)
Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Noncommercial-Share Alike 3.0 Unported