From 37c0bd4a5212315c59697c07ed829bba85240215 Mon Sep 17 00:00:00 2001 From: pushfoo <36696816+pushfoo@users.noreply.github.com> Date: Thu, 24 Mar 2022 09:32:01 -0400 Subject: [PATCH] Replace mentions of 3.6 on Linux install page (#1129) --- doc/install/linux.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/install/linux.rst b/doc/install/linux.rst index db5ed7c99..c1ba2dec0 100644 --- a/doc/install/linux.rst +++ b/doc/install/linux.rst @@ -1,8 +1,8 @@ Installation on Linux ===================== -The Arcade library is Python 3.6+ only. First check your version of Python to ensure -you have 3.6 or higher: +The Arcade library is Python 3.7+ only. First check your version of Python to ensure +you have 3.7 or higher: .. code-block:: bash @@ -14,10 +14,10 @@ If your version shows Python 2.X then try running with: python3 -V -If that works and shows you Python 3.6+, then anytime you see the ``python`` command, replace it with ``python3``. +If that works and shows you Python 3.7+, then anytime you see the ``python`` command, replace it with ``python3``. -If you do not have Python 3.6+, please lookup how to install it for your specific distro of Linux. -For Ubuntu/Debian this would be with the below command, if you did have Python 3.6, you can skip this step: +If you do not have Python 3.7+, please lookup how to install it for your specific distro of Linux. +For Ubuntu/Debian this would be with the below command, if you did have Python 3.7, you can skip this step: .. code-block:: bash @@ -54,4 +54,5 @@ Raspberry Pi Instructions ------------------------- Arcade required OpenGL graphics 3.3 or higher. Unfortunately the Raspberry Pi -does not support this, Arcade can not run on the Raspberry Pi. \ No newline at end of file +does not support this, Arcade can not run on the Raspberry Pi. +