Py Library Installation - Infineon/multi-half-bridge GitHub Wiki
This library can be installed easily using pip
. If you do not have pip
installed please do so by typing
sudo apt-get install python3-pip
in the command line of your Raspberry Pi.
As we are in Raspbian, the index will try to find the library in piwheels.org. So, before installing it is required to comment extra-index-url line of the pip.conf file. The file can found under the /etc folder
sudo nano /etc/pip.conf
Afterwards you can install the Infineon multi half bridge library by typing
sudo pip3 install multi-half-bridge
The corresponding PyPI package can be found in this link.