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

@ -38,7 +38,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 Jetson.GPIO
or
@ -46,7 +45,6 @@ or
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 Jetson.GPIO
4. Basic use: