Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdf1cc33fc | ||
|
|
c951b2770b |
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ pip install -r requirements.txt
|
|||
if test -f "optional_requirements.txt"; then
|
||||
pip install -r optional_requirements.txt
|
||||
fi
|
||||
if test -f "docs/requirements.txt"; then
|
||||
pip install -r docs/requirements.txt
|
||||
fi
|
||||
|
||||
# Install build tool
|
||||
pip install circuitpython-build-tools
|
||||
|
|
|
|||
Loading…
Reference in a new issue