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

@ -34,7 +34,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
@ -42,7 +41,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 Jetson.GPIO
4.基本使用: