mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-10-20 10:44:22 +03:00
Updated Python version
This commit is contained in:
parent
a953d86b4d
commit
0bcfd3b55c
|
@ -16,7 +16,7 @@ For more extensive info, see the [Windows build instructions](build.rst).
|
||||||
Here's an example script to build on Windows:
|
Here's an example script to build on Windows:
|
||||||
|
|
||||||
```
|
```
|
||||||
set PYTHON=C:\Python39\bin
|
set PYTHON=C:\Python310\bin
|
||||||
cd /D C:\Pillow\winbuild
|
cd /D C:\Pillow\winbuild
|
||||||
%PYTHON%\python.exe build_prepare.py -v --depends=C:\pillow-depends
|
%PYTHON%\python.exe build_prepare.py -v --depends=C:\pillow-depends
|
||||||
build\build_dep_all.cmd
|
build\build_dep_all.cmd
|
||||||
|
|
|
@ -115,7 +115,7 @@ Example
|
||||||
|
|
||||||
Here's an example script to build on Windows::
|
Here's an example script to build on Windows::
|
||||||
|
|
||||||
set PYTHON=C:\Python39\bin
|
set PYTHON=C:\Python310\bin
|
||||||
cd /D C:\Pillow\winbuild
|
cd /D C:\Pillow\winbuild
|
||||||
%PYTHON%\python.exe build_prepare.py -v --depends C:\pillow-depends
|
%PYTHON%\python.exe build_prepare.py -v --depends C:\pillow-depends
|
||||||
build\build_dep_all.cmd
|
build\build_dep_all.cmd
|
||||||
|
|
Loading…
Reference in New Issue
Block a user