diff --git a/README.md b/README.md index 0fe9a92e7..eb965fb51 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### Requirements - [Git](https://www.odoo.com/documentation/15.0/contributing/documentation.html#install-git) -- [Python 3.6, 3.7, or 3.8](https://www.odoo.com/documentation/15.0/contributing/documentation.html#python) +- [Python 3.7 or 3.8](https://www.odoo.com/documentation/15.0/contributing/documentation.html#python) - Python dependencies listed in the file [`requirements.txt`](https://github.com/odoo/documentation/tree/15.0/requirements.txt). - [Make](https://www.odoo.com/documentation/15.0/contributing/documentation.html#make) - A local copy of the [odoo/odoo repository in 15.0](https://github.com/odoo/odoo/tree/15.0) (Optional) diff --git a/content/administration/install/install.rst b/content/administration/install/install.rst index 60d7152fb..4c8e9de0b 100644 --- a/content/administration/install/install.rst +++ b/content/administration/install/install.rst @@ -302,13 +302,13 @@ Prepare Python ^^^^^^ -Odoo requires Python 3.6 or later to run. Visit `Python's download page `_ +Odoo requires Python 3.7 or later to run. Visit `Python's download page `_ 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 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. .. code-block:: doscon @@ -466,10 +466,10 @@ Prepare 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. -.. 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. .. code-block:: console @@ -635,10 +635,10 @@ Prepare 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. -.. 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. .. code-block:: console diff --git a/content/developer/howtos/rdtraining/01_architecture.rst b/content/developer/howtos/rdtraining/01_architecture.rst index 85d54c053..e4cb77b4a 100644 --- a/content/developer/howtos/rdtraining/01_architecture.rst +++ b/content/developer/howtos/rdtraining/01_architecture.rst @@ -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 .. _Python tutorial: - https://docs.python.org/3.6/tutorial/ + https://docs.python.org/3.7/tutorial/ .. _two versions: https://www.odoo.com/page/editions diff --git a/content/developer/howtos/rdtraining/02_setup.rst b/content/developer/howtos/rdtraining/02_setup.rst index f14e3c237..72c1bf7b6 100644 --- a/content/developer/howtos/rdtraining/02_setup.rst +++ b/content/developer/howtos/rdtraining/02_setup.rst @@ -161,7 +161,7 @@ Install the dependencies 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. You can check your Python version with: