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 <Kowlin@users.noreply.github.com>
This commit is contained in:
jack1142 2021-03-29 13:59:19 +02:00 committed by GitHub
parent be00a59ab3
commit b71d278ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,11 @@ Operating systems
Arch Linux 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 .. code-block:: none
sudo pacman -Syu python python-pip git jre11-openjdk-headless base-devel nano sudo pacman -Syu python python-pip git jre11-openjdk-headless base-devel nano
@ -209,7 +214,7 @@ with zypper:
.. code-block:: none .. 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 sudo zypper -n install -t pattern devel_basis
Continue by `creating-venv-linux`. Continue by `creating-venv-linux`.