Skip to content

Py Library Installation

jaenrig-ifx edited this page Apr 17, 2021 · 2 revisions

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.

Clone this wiki locally