Merge pull request #5322 from rdoursenaud/patch-1

Add required python packages to building docs
This commit is contained in:
microDev 2021-09-09 22:12:59 +05:30 committed by GitHub
commit 4986742e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,12 @@ This project has a bunch of git submodules. You will need to update them regula
git submodule sync
git submodule update --init
### Required Python Packages
Failing to install these will prevent from properly building.
pip3 install -r requirements-dev.txt
### mpy-cross
As part of the build process, mpy-cross is needed to compile .py files into .mpy files.