Skip to content

Commit

Permalink
Merge pull request #178 from c1728p9/fix_pyusb_install
Browse files Browse the repository at this point in the history
Fix pyusb dependency
  • Loading branch information
0xc0170 committed Aug 18, 2015
2 parents e013593 + b560876 commit 24e604c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
install_requires = ['intelhex']
if sys.platform.startswith('linux'):
install_requires.extend([
'pyusb',
'pyusb>=1.0.0b2',
])
elif sys.platform.startswith('win'):
install_requires.extend([
Expand Down

0 comments on commit 24e604c

Please sign in to comment.