File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,14 @@ packages, available in the ngdevkit tap:
81
81
brew install ngdevkit ngdevkit-gngeo
82
82
# make sure you use brew's python3 in your shell
83
83
export PATH=$HOMEBREW_PREFIX/opt/python3/bin:$PATH
84
- pip3 install pygame --break-system-packages
84
+ pip3 install pygame pyyaml --break-system-packages
85
85
# the remaining packages are only required for the examples
86
86
brew install pkg-config autoconf automake zip imagemagick sox
87
87
88
- Some macOS versions are not currently pre-built (macOS 11 Intel and
89
- M1), as our CI provider doesn't currently offer free hosted agents
90
- yet, so it might take some time to install the packages.
88
+ Brew bottles are available for the last two versions of macOS for ARM.
89
+ Intel brew bottles are no longer prebuilt. Older versions of macOS are
90
+ still supported, although - as for the Intel architecture - brew will
91
+ build the entire devkit during installation, so it might take some time.
91
92
92
93
#### Windows
93
94
You can’t perform that action at this time.
0 commit comments