8000 Add required python packages to building docs · urish/circuitpython@5dd1993 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5dd1993

Browse files
authored
Add required python packages to building docs
Build fails almost silently without them. Syncs with instructions at https://learn.adafruit.com/building-circuitpython/build-circuitpython
1 parent cfc4ed1 commit 5dd1993

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BUILDING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ This project has a bunch of git submodules. You will need to update them regula
2828
git submodule sync
2929
git submodule update --init
3030

31+
### Required Python Packages
32+
33+
Failing to install these will prevent from properly building.
34+
35+
pip3 install -r requirements-dev.txt
36+
3137
### mpy-cross
3238

3339
As part of the build process, mpy-cross is needed to compile .py files into .mpy files.

0 commit comments

Comments
 (0)
0