diff options
author | Joel Challis <git@zvecr.com> | 2022-05-17 21:50:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 21:50:48 +0100 |
commit | 40e33d03a89575e30d94851cbc34fbdbf6a069b6 (patch) | |
tree | 06bd7b5cba7a908e40d1d41828041236605cc86d | |
parent | 37eee020ed46262e98a78c4c84a8fb8804348086 (diff) |
Recommend pillow as part of manual MSYS install (#17133)
-rw-r--r-- | docs/newbs_getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index c03e6acdb4..d5f92cf89d 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md @@ -44,7 +44,7 @@ Once MSYS2 is installed, close any open MSYS terminals and open a new MinGW 64-b Then run the following command: - pacman --needed --noconfirm --disable-download-timeout -S git mingw-w64-x86_64-toolchain mingw-w64-x86_64-python3-pip + pacman --needed --noconfirm --disable-download-timeout -S git mingw-w64-x86_64-toolchain mingw-w64-x86_64-python3-pip mingw-w64-x86_64-python-pillow #### Installation |