[IMP] administration/install, *: make 3.7 the minimum version for Python
As of commit https://github.com/odoo/odoo/commit/794677fb Python 3.7 is
the minimum required version for Python when running Odoo 15.0.
This also applies to building the version 15.0 of the documentation.
closes odoo/documentation#1255
X-original-commit: 26042f541a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
7ea917988c
commit
bbaa1856c5
@ -5,7 +5,7 @@
|
|||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- [Git](https://www.odoo.com/documentation/master/contributing/documentation.html#install-git)
|
- [Git](https://www.odoo.com/documentation/master/contributing/documentation.html#install-git)
|
||||||
- [Python 3.6, 3.7, or 3.8](https://www.odoo.com/documentation/master/contributing/documentation.html#python)
|
- [Python 3.7 or 3.8](https://www.odoo.com/documentation/master/contributing/documentation.html#python)
|
||||||
- Python dependencies listed in the file [`requirements.txt`](https://github.com/odoo/documentation/tree/master/requirements.txt).
|
- Python dependencies listed in the file [`requirements.txt`](https://github.com/odoo/documentation/tree/master/requirements.txt).
|
||||||
- [Make](https://www.odoo.com/documentation/master/contributing/documentation.html#make)
|
- [Make](https://www.odoo.com/documentation/master/contributing/documentation.html#make)
|
||||||
- A local copy of the [odoo/odoo repository in master](https://github.com/odoo/odoo/tree/master) (Optional)
|
- A local copy of the [odoo/odoo repository in master](https://github.com/odoo/odoo/tree/master) (Optional)
|
||||||
|
@ -302,13 +302,13 @@ Prepare
|
|||||||
Python
|
Python
|
||||||
^^^^^^
|
^^^^^^
|
||||||
|
|
||||||
Odoo requires Python 3.6 or later to run. Visit `Python's download page <https://www.python.org/downloads/windows/>`_
|
Odoo requires Python 3.7 or later to run. Visit `Python's download page <https://www.python.org/downloads/windows/>`_
|
||||||
to download and install the latest version of Python 3 on your machine.
|
to download and install the latest version of Python 3 on your machine.
|
||||||
|
|
||||||
During installation, check **Add Python 3 to PATH**, then click **Customize Installation** and make
|
During installation, check **Add Python 3 to PATH**, then click **Customize Installation** and make
|
||||||
sure that **pip** is checked.
|
sure that **pip** is checked.
|
||||||
|
|
||||||
.. note:: If Python 3 is already installed, make sure that the version is 3.6 or above, as previous
|
.. note:: If Python 3 is already installed, make sure that the version is 3.7 or above, as previous
|
||||||
versions are not compatible with Odoo.
|
versions are not compatible with Odoo.
|
||||||
|
|
||||||
.. code-block:: doscon
|
.. code-block:: doscon
|
||||||
@ -466,10 +466,10 @@ Prepare
|
|||||||
Python
|
Python
|
||||||
^^^^^^
|
^^^^^^
|
||||||
|
|
||||||
Odoo requires Python 3.6 or later to run. Use your package manager to download and install Python 3
|
Odoo requires Python 3.7 or later to run. Use your package manager to download and install Python 3
|
||||||
on your machine if it is not already done.
|
on your machine if it is not already done.
|
||||||
|
|
||||||
.. note:: If Python 3 is already installed, make sure that the version is 3.6 or above, as previous
|
.. note:: If Python 3 is already installed, make sure that the version is 3.7 or above, as previous
|
||||||
versions are not compatible with Odoo.
|
versions are not compatible with Odoo.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
@ -635,10 +635,10 @@ Prepare
|
|||||||
Python
|
Python
|
||||||
^^^^^^
|
^^^^^^
|
||||||
|
|
||||||
Odoo requires Python 3.6 or later to run. Use your preferred package manager (homebrew_, macports_)
|
Odoo requires Python 3.7 or later to run. Use your preferred package manager (homebrew_, macports_)
|
||||||
to download and install Python 3 on your machine if it is not already done.
|
to download and install Python 3 on your machine if it is not already done.
|
||||||
|
|
||||||
.. note:: If Python 3 is already installed, make sure that the version is 3.6 or above, as previous
|
.. note:: If Python 3 is already installed, make sure that the version is 3.7 or above, as previous
|
||||||
versions are not compatible with Odoo.
|
versions are not compatible with Odoo.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
@ -131,7 +131,7 @@ to make sure we start on the same page during the development of our new applica
|
|||||||
https://en.wikipedia.org/wiki/Multitier_architecture
|
https://en.wikipedia.org/wiki/Multitier_architecture
|
||||||
|
|
||||||
.. _Python tutorial:
|
.. _Python tutorial:
|
||||||
https://docs.python.org/3.6/tutorial/
|
https://docs.python.org/3.7/tutorial/
|
||||||
|
|
||||||
.. _two versions:
|
.. _two versions:
|
||||||
https://www.odoo.com/page/editions
|
https://www.odoo.com/page/editions
|
||||||
|
@ -161,7 +161,7 @@ Install the dependencies
|
|||||||
Python
|
Python
|
||||||
------
|
------
|
||||||
|
|
||||||
Odoo requires Python 3.6 or later, if your computer is up-to-date you should already be at this
|
Odoo requires Python 3.7 or later, if your computer is up-to-date you should already be at this
|
||||||
version or higher.
|
version or higher.
|
||||||
|
|
||||||
You can check your Python version with:
|
You can check your Python version with:
|
||||||
|
Loading…
Reference in New Issue
Block a user