User Tools

Site Tools


projects:crazyflie:pc_utils:install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
projects:crazyflie:pc_utils:install [2015-07-15 16:31]
127.0.0.1 external edit
projects:crazyflie:pc_utils:install [2015-09-09 10:34]
macke
Line 36: Line 36:
 === Install dependencies ===  === Install dependencies === 
 The following has to be installed for the PC utilities to work: The following has to be installed for the PC utilities to work:
-  * Python 2.7 +  * Python 3.4 
-  * pyGame +  * pySDL2 
-  * PyUSB (0.X or 1.X)+  * PyUSB 1.X (0.X also works, but it won't handle some errorcases as good)
   * libusb   * libusb
   * Python bindings for Qt4   * Python bindings for Qt4
Line 47: Line 47:
 </code> </code>
  
-Or to install them on Ubuntu (tested for 10.04/11.10/12.04):+Or to install them on Ubuntu (tested for 15.04):
 <code> <code>
-sudo apt-get install python2.7 python-usb python-pygame python-qt4+sudo apt-get install python3 python3-pip python3-pyqt4 python3-zmq python3-pyqtgraph 
 +sudo pip3 install pyusb==1.0.0b2
 </code> </code>
  
projects/crazyflie/pc_utils/install.txt · Last modified: 2015-09-10 11:00 by macke