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: