Skip to content

Commit 674529d

Browse files
authored
Revert back to installing dependencies using requirements.txt
1 parent ce91ba8 commit 674529d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ fi
2020
sudo apt-get update
2121
sudo apt-get install libudev-dev libusb-1.0
2222
sudo apt-get install -y gettext
23-
pip install .
23+
pip install -r requirements.txt
2424
pip install circuitpython-build-tools

0 commit comments

Comments
 (0)