mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
* 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...
(cherry picked from commit 33dddaf5b4)
Co-authored-by: Ryan <twinshadow@shadowhime.net>
Co-authored-by: Ryan <twinshadow@shadowhime.net>
This commit is contained in:
@@ -96,9 +96,9 @@ Complete the rest of the installation by `installing Python 3.9 with pyenv <inst
|
|||||||
.. _install-debian:
|
.. _install-debian:
|
||||||
.. _install-raspbian:
|
.. _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
|
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:
|
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>`.
|
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:
|
.. _install-fedora:
|
||||||
|
|||||||
Reference in New Issue
Block a user