Skip to content

Commit 1a94b8c

Browse files
authored
Use same pip install usage as requirements.txt
1 parent 6338426 commit 1a94b8c

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
@@ -22,6 +22,6 @@ sudo apt-get install libudev-dev libusb-1.0
2222
sudo apt-get install -y gettext
2323
pip install -r requirements.txt
2424
if test -f "optional_requirements.txt"; then
25-
python3 -m pip install -r optional_requirements.txt
25+
pip install -r optional_requirements.txt
2626
fi
2727
pip install circuitpython-build-tools

0 commit comments

Comments
 (0)