Skip to content

Commit fdf1cc3

Browse files
authored
Merge pull request #24 from adafruit/tannewt-patch-1
Install docs/requirements.txt as well
2 parents e9f0c39 + c951b27 commit fdf1cc3

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
@@ -35,6 +35,9 @@ pip install -r requirements.txt
3535
if test -f "optional_requirements.txt"; then
3636
pip install -r optional_requirements.txt
3737
fi
38+
if test -f "docs/requirements.txt"; then
39+
pip install -r docs/requirements.txt
40+
fi
3841

3942
# Install build tool
4043
pip install circuitpython-build-tools

0 commit comments

Comments
 (0)