summaryrefslogtreecommitdiff
path: root/docs/newbs_getting_started.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-05-17 21:50:48 +0100
committerGitHub <noreply@github.com>2022-05-17 21:50:48 +0100
commit40e33d03a89575e30d94851cbc34fbdbf6a069b6 (patch)
tree06bd7b5cba7a908e40d1d41828041236605cc86d /docs/newbs_getting_started.md
parent37eee020ed46262e98a78c4c84a8fb8804348086 (diff)
Recommend pillow as part of manual MSYS install (#17133)
Diffstat (limited to 'docs/newbs_getting_started.md')
-rw-r--r--docs/newbs_getting_started.md2
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