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.
2 parents e9f0c39 + c951b27 commit fdf1cc3Copy full SHA for fdf1cc3
install.sh
@@ -35,6 +35,9 @@ pip install -r requirements.txt
35
if test -f "optional_requirements.txt"; then
36
pip install -r optional_requirements.txt
37
fi
38
+if test -f "docs/requirements.txt"; then
39
+ pip install -r docs/requirements.txt
40
+fi
41
42
# Install build tool
43
pip install circuitpython-build-tools
0 commit comments