Installation of WeDo Python Support

From wikidb
Revision as of 09:23, 12 May 2013 by Edc (Talk | contribs)

Jump to: navigation, search

Software Dependancies

Some or all of the following are required.

aptitude install python-pip
aptitude install python-dev
aptitude install python-usb
aptitude install git

Standard install for WeDo Library - Failing

pip install wedo

A possible workaround for the missing CHANGES.rst file.

cd build/wedo/
cat one two three > CHANGES.rst
python setup.py install

Workaround install for WeDo Library

git clone git://github.com/itdaniher/WeDoMore.git
cd WeDoMore/
sudo python setup.py install