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.
1 parent cfc4ed1 commit 5dd1993Copy full SHA for 5dd1993
BUILDING.md
@@ -28,6 +28,12 @@ This project has a bunch of git submodules. You will need to update them regula
28
git submodule sync
29
git submodule update --init
30
31
+### Required Python Packages
32
+
33
+Failing to install these will prevent from properly building.
34
35
+ pip3 install -r requirements-dev.txt
36
37
### mpy-cross
38
39
As part of the build process, mpy-cross is needed to compile .py files into .mpy files.
0 commit comments