Close

Update Nov 12/2015 - Install pyusb & pyside

A project log for USSSSSB: Talking USB From Python (SuperCon 2015)

This page will hold details of my workshop at Hackaday SuperCon 2015.

colin-oflynnColin O'Flynn 11/12/2015 at 18:290 Comments

As a note: during the workshop, I was using live installation of PyUSB & PySide. Rather than risk errors on the network, please do this ahead of time. To do so:

  1. Navigate to your WinPython install directory
  2. Run the 'WinPython Command Prompt'
  3. Run the following commands:
    1. pip install pyusb
    2. pip install pyside

Discussions