From 33dddaf5b4407753cc1a71849ce0cca5d1d98c87 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 6 Sep 2021 16:33:34 -0500 Subject: [PATCH] Add Debian 11 to install guide and clarify "Buster" as Debian 10 (#5217) * Clarify Debian 10 as "Buster" * Add Debian 11 Install * This typo would of bugged my OCD... * Clarify Debian 10 as "Buster" * Add Debian 11 Install * This typo would of bugged my OCD... * Add apt upgrade line to doc * Removing dupe for Debian 11 I'm not sure how that happened, but oh well... --- docs/install_linux_mac.rst | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index 7d2ac5efb..1309380c2 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -96,9 +96,9 @@ Complete the rest of the installation by `installing Python 3.9 with pyenv `. +--- + +.. _install-debian11: + +~~~~~~~~~~~~~~~~~~~~ +Debian 11 Bullseye +~~~~~~~~~~~~~~~~~~~~ + +Debian 11 "Bullseye" has all required packages available in official repositories. Install them +with apt: + +.. prompt:: bash + + sudo apt update + sudo apt -y install python3 python3-dev python3-venv python3-pip git openjdk-11-jre-headless build-essential nano + +Continue by `creating-venv-linux`. + ---- .. _install-fedora: