drv8830 python
Version 1.0.0
Wenn Sie bereits eine virtuelle Python -Umgebung eingerichtet haben, können Sie die stabile Bibliothek auch manuell von PYPI installieren:
pip install drv8830
Andernfalls wird unser Installationsskript für Sie eingerichtet.
Stabile Bibliothek von GitHub:
git clone https://github.com/pimoroni/drv8830-python
cd drv8830-python
./install.sh
Neueste/Entwicklungsbibliothek von GitHub:
git clone https://github.com/pimoroni/drv8830-python
cd drv8830-python
./install.sh --unstable
Hinweis Bibliotheken werden in der virtuellen Umgebung "Pimoroni" installiert. Sie müssen es aktivieren, um Beispiele auszuführen:
source ~/.virtualenvs/pimoroni/bin/activate