Add note about rust to BUILDING.md

This commit is contained in:
Rose Hooper 2022-10-31 20:46:18 -04:00
parent 952812cdea
commit 92803a5d58
1 changed files with 2 additions and 0 deletions

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.