aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/xula2/README.xula2
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xula2/README.xula2')
-rw-r--r--contrib/xula2/README.xula25
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/xula2/README.xula2 b/contrib/xula2/README.xula2
index 3ca7d50..baf970e 100644
--- a/contrib/xula2/README.xula2
+++ b/contrib/xula2/README.xula2
@@ -14,3 +14,8 @@ upgrade the PIC microcontroller firmware:
sudo xsusbprg.py
+If you get "ImportError: No module named core", you may have python-usb 0.x
+installed instead of 1.0. You can install with pip instead:
+
+ sudo apt-get remove python-usb
+ sudo pip install pyusb --upgrade