mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
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:
parent
3254698c78
commit
33dddaf5b4
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user