Getting ready

We will need to install pyusb for Python 3 using pip-3.2 as follows:

sudo pip-3.2 install pyusb  

You can test whether pyusb has installed correctly by running the following:

python3
> import usb
> help (usb)
> exit()  

This should allow you to view the package information, if it was installed correctly.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.93.12