A Python wrapper for FTDI's D3XX library.
If you have python installed simply run a pip install command to install PyD3XX like one of the below examples.
- "pip install PyD3XX"
- "py -m pip install PyD3XX"
- "python -m pip install PyD3XX"
- "python3 -m pip install PyD3XX"