From: Wander L. C. <wan...@gm...> - 2015-05-27 09:45:42
|
2015-05-27 6:35 GMT-03:00 UNIVERSAL PHONE <uni...@gm...>: > Hi!!! > > > > Can i use pyUSB on a Windows OS with python ? > > You need either libusb [1] or libusb-win32 [2] installed first. Then inside PyUSB source directory, type: python setup.py install Now just look at the tutorial [3] to learn how to use the API. [1] http://www.libusb.info [2] http://libusb-win32.sourceforge.net [3] https://github.com/walac/pyusb/blob/master/docs/tutorial.rst > > > Thks > > ------------------------------------------------------------------------------ > > _______________________________________________ > pyusb-users mailing list > pyu...@li... > https://lists.sourceforge.net/lists/listinfo/pyusb-users > -- Best Regards, Wander Lairson Costa |