Upgrade pip

This commit is contained in:
Hugo van Kemenade 2023-05-27 17:13:19 +03:00
parent 3a0881dffe
commit 58b8d6c4ef

View File

@ -569,6 +569,7 @@ def build_pillow():
*prefs["header"],
cmd_set("DISTUTILS_USE_SDK", "1"), # use same compiler to build Pillow
cmd_set("py_vcruntime_redist", "true"), # always use /MD, never /MT
r'"{python_dir}\{python_exe}" -m pip install --upgrade pip',
r'"{python_dir}\{python_exe}" -m pip install . '
r'--global-option="--vendor-raqm" '
r'--global-option="--vendor-fribidi" '