From b71d278ae585fa16de6c5165d011dfedbe7c53a2 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Mon, 29 Mar 2021 13:59:19 +0200 Subject: [PATCH] Use explicit name of the python packages for openSUSE Tumbleweed, add warning for Arch instructions (#4866) * [Docs] Use explicit name of the python packages for openSUSE Tumbleweed * Add warning for Arch Linux instructions Co-authored-by: Kowlin --- docs/install_linux_mac.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index 08b79263f..d46858ccf 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -40,6 +40,11 @@ Operating systems Arch Linux ~~~~~~~~~~ +.. warning:: + + Latest Python packages for Arch Linux provide Python 3.9 which Red does not currently support. + To use Red on Arch Linux, you will need to install latest version of Python 3.8 on your own. + .. code-block:: none sudo pacman -Syu python python-pip git jre11-openjdk-headless base-devel nano @@ -209,7 +214,7 @@ with zypper: .. code-block:: none - sudo zypper -n install python3-base python3-pip git-core java-11-openjdk-headless nano + sudo zypper -n install python38-base python38-pip git-core java-11-openjdk-headless nano sudo zypper -n install -t pattern devel_basis Continue by `creating-venv-linux`.