Remove numpy

This commit is contained in:
missionfloyd 2022-03-12 22:36:24 -07:00
commit 6ab21166a1
8 changed files with 1 additions and 12 deletions

View file

@ -33,7 +33,6 @@ BUSY -> 24
sudo apt-get update
sudo apt-get install python-pip
sudo apt-get install python-pil
sudo apt-get install python-numpy
sudo pip install RPi.GPIO
@ -41,7 +40,6 @@ BUSY -> 24
sudo apt-get update
sudo apt-get install python3-pip
sudo apt-get install python3-pil
sudo apt-get install python3-numpy
sudo pip3 install RPi.GPIO
4.基本使用: