kopia lustrzana https://github.com/wagtail/wagtail
Fix erroneous mentions of python 3.5 in tutorial
rodzic
cfc0c5c808
commit
8eef92ccb2
|
@ -11,7 +11,7 @@ Install and run Wagtail
|
|||
Install dependencies
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Wagtail supports Python 3.5, 3.6, 3.7 and 3.8.
|
||||
Wagtail supports Python 3.6, 3.7 and 3.8.
|
||||
|
||||
To check whether you have an appropriate version of Python 3:
|
||||
|
||||
|
@ -19,7 +19,7 @@ To check whether you have an appropriate version of Python 3:
|
|||
|
||||
$ python3 --version
|
||||
|
||||
If this does not return a version number or returns a version lower than 3.5, you will need to `install Python 3 <https://www.python.org/downloads/>`_.
|
||||
If this does not return a version number or returns a version lower than 3.6, you will need to `install Python 3 <https://www.python.org/downloads/>`_.
|
||||
|
||||
.. important::
|
||||
Before installing Wagtail, it is necessary to install the **libjpeg** and **zlib** libraries, which provide support for working with JPEG, PNG and GIF images (via the Python **Pillow** library).
|
||||
|
|
Ładowanie…
Reference in New Issue