浏览代码

Merge pull request #11191 from alpozcan/patch-1

Fix package name for pip in MSYS2
Max Hilbrunner 1 月之前
父节点
当前提交
1987954514
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      contributing/development/compiling/compiling_for_windows.rst

+ 1 - 2
contributing/development/compiling/compiling_for_windows.rst

@@ -50,8 +50,7 @@ For compiling under Windows, the following is required:
 
           ::
 
-              pacman -S mingw-w64-x86_64-python3-pip mingw-w64-x86_64-gcc  \
-                  mingw-w64-i686-python3-pip mingw-w64-i686-gcc make
+              pacman -S mingw-w64-x86_64-gcc mingw-w64-i686-gcc make python-pip
 
           For each MSYS2 MinGW subsystem, you should then run
           `pip3 install scons` in its shell.