Datasheet
That's all you need to do to install libftdi. Let's move on to install the Adafruit Python GPIO library next.
Adafruit Python GPIO Library Install
Finally let's install the Adafruit Python GPIO library which will allow your Python scripts to access the MPSSE functionality of the
FT232H breakout
First download an archive of the library by clicking the button below:
Adafruit Python GPIO Library
http://adafru.it/eaL
Unzip the contents and then open a command terminal and navigate to the directory where the library was unzipped. Execute the
following command to install the library:
python setup.py install
Note if you see an error that Python can't be found then make sure you installed Python 2.7 as mentioned at the top of the page,
and that it was added to your system path. Here's more details on how to manually add Python to your system
path (http://adafru.it/eaM).
You should see the Python library install itself with text similar to the below:
© Adafruit Industries https://learn.adafruit.com/adafruit-ft232h-breakout Page 17 of 36










