mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-20 09:12:00 +03:00
Updated documentation to use Python 3.9
This commit is contained in:
parent
49b218bbb1
commit
39fdcf3daf
|
@ -16,7 +16,7 @@ For more extensive info, see the [Windows build instructions](build.rst).
|
|||
|
||||
The following is a simplified version of the script used on AppVeyor:
|
||||
```
|
||||
set PYTHON=C:\Python38\bin
|
||||
set PYTHON=C:\Python39\bin
|
||||
cd /D C:\Pillow\winbuild
|
||||
%PYTHON%\python.exe build_prepare.py -v --depends=C:\pillow-depends
|
||||
build\build_dep_all.cmd
|
||||
|
|
|
@ -114,7 +114,7 @@ Example
|
|||
|
||||
The following is a simplified version of the script used on AppVeyor::
|
||||
|
||||
set PYTHON=C:\Python38\bin
|
||||
set PYTHON=C:\Python39\bin
|
||||
cd /D C:\Pillow\winbuild
|
||||
%PYTHON%\python.exe build_prepare.py -v --depends C:\pillow-depends
|
||||
build\build_dep_all.cmd
|
||||
|
|
Loading…
Reference in New Issue
Block a user