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...
This commit is contained in:
Ryan 2021-09-06 16:33:34 -05:00 committed by GitHub
parent 3254698c78
commit 33dddaf5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,9 +96,9 @@ Complete the rest of the installation by `installing Python 3.9 with pyenv <inst
.. _install-debian:
.. _install-raspbian:
~~~~~~~~~~~~~~~~~~~~~~~~~~
Debian and Raspbian Buster
~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Debian 10 Buster and Raspberry Pi OS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
We recommend installing pyenv as a method of installing non-native versions of python on
Debian/Raspbian Buster. This guide will tell you how. First, run the following commands:
@ -111,6 +111,24 @@ Debian/Raspbian Buster. This guide will tell you how. First, run the following c
Complete the rest of the installation by `installing Python 3.9 with pyenv <install-python-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: