Merge pull request #7160 from rhooper/document-rust-dependency

Add note about rust to BUILDING.md
This commit is contained in:
Dan Halbert 2022-11-07 18:33:13 -05:00 committed by GitHub
commit 6230dea3d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,8 @@ Failing to install these will prevent from properly building.
pip3 install -r requirements-dev.txt
If you run into an error installing minify_html, you may need to install `rust`.
### mpy-cross
As part of the build process, mpy-cross is needed to compile .py files into .mpy files.