We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6338426 commit 1a94b8cCopy full SHA for 1a94b8c
install.sh
@@ -22,6 +22,6 @@ sudo apt-get install libudev-dev libusb-1.0
22
sudo apt-get install -y gettext
23
pip install -r requirements.txt
24
if test -f "optional_requirements.txt"; then
25
- python3 -m pip install -r optional_requirements.txt
+ pip install -r optional_requirements.txt
26
fi
27
pip install circuitpython-build-tools
0 commit comments