Discussion:
[pyusb-users] Windows
UNIVERSAL PHONE
2015-05-27 09:35:11 UTC
Permalink
Hi!!!



Can i use pyUSB on a Windows OS with python ?




Thks
Wander Lairson Costa
2015-05-27 09:44:55 UTC
Permalink
Post by UNIVERSAL PHONE
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
Post by UNIVERSAL PHONE
Thks
------------------------------------------------------------------------------
_______________________________________________
pyusb-users mailing list
https://lists.sourceforge.net/lists/listinfo/pyusb-users
--
Best Regards,
Wander Lairson Costa

------------------------------------------------------------------------------
Loading...