소스 검색

Recommend pillow as part of manual MSYS install (#17133)

Joel Challis 3 년 전
부모
커밋
40e33d03a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/newbs_getting_started.md

+ 1 - 1
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