Skip to content

Commit af180c1

Browse files
authored
Merge pull request #18 from tekktrik/dev/optional-requirements
Install optional requirements if available
2 parents 61f803d + 1a94b8c commit af180c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ sudo apt-get update
2121
sudo apt-get install libudev-dev libusb-1.0
2222
sudo apt-get install -y gettext
2323
pip install -r requirements.txt
24+
if test -f "optional_requirements.txt"; then
25+
pip install -r optional_requirements.txt
26+
fi
2427
pip install circuitpython-build-tools

0 commit comments

Comments
 (0)