Merge pull request #5856 from kattni/building-submod-update

Update submodule instructions.
This commit is contained in:
Scott Shawcroft 2022-01-14 17:12:42 -08:00 committed by GitHub
commit fce6d16c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@ https://learn.adafruit.com/building-circuitpython/
## Setup ## Setup
Please ensure you setup your build environment appropriately, as per the guide. You will need: Please ensure you set up your build environment appropriately, as per the guide. You will need:
* Linux: https://learn.adafruit.com/building-circuitpython/linux * Linux: https://learn.adafruit.com/building-circuitpython/linux
* MacOS: https://learn.adafruit.com/building-circuitpython/macos * MacOS: https://learn.adafruit.com/building-circuitpython/macos
@ -25,8 +25,9 @@ Please ensure you setup your build environment appropriately, as per the guide.
This project has a bunch of git submodules. You will need to update them regularly. This project has a bunch of git submodules. You will need to update them regularly.
git submodule sync In the root folder of the CircuitPython repository, execute the following:
git submodule update --init
make fetch-submodules
### Required Python Packages ### Required Python Packages