8000 Merge pull request #5322 from rdoursenaud/patch-1 · urish/circuitpython@4986742 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4986742

Browse files
authored
Merge pull request adafruit#5322 from rdoursenaud/patch-1
Add required python packages to building docs
2 parents 0bde894 + 5dd1993 commit 4986742

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