From b1159555e14bdaf10b8bd1e6430e8f22b11ae631 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 31 Dec 2021 18:53:48 +0100 Subject: [PATCH] [3.4] Temporarily update Arch instructions (#5518) --- docs/install_guides/arch.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/install_guides/arch.rst b/docs/install_guides/arch.rst index fbc6fb221..a1d6fb5a7 100644 --- a/docs/install_guides/arch.rst +++ b/docs/install_guides/arch.rst @@ -14,7 +14,19 @@ Install the pre-requirements with pacman: .. prompt:: bash - sudo pacman -Syu python python-pip git jre11-openjdk-headless base-devel nano + sudo pacman -Syu git jre11-openjdk-headless base-devel nano + +On Arch Linux, Python 3.9 can be installed from the Arch User Repository (AUR) from the ``python39`` package. + +The manual build process is the Arch-supported install method for AUR packages. You can install ``python39`` package with the following commands: + +.. prompt:: bash + + git clone https://aur.archlinux.org/python39.git /tmp/python39 + cd /tmp/python39 + makepkg -sicL + cd - + rm -rf /tmp/python39 .. Include common instructions: