mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
(cherry picked from commit 61c73f2f1f)
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
19 lines
470 B
ReStructuredText
19 lines
470 B
ReStructuredText
.. _install-centos-stream-9:
|
|
|
|
=================================
|
|
Installing Red on CentOS Stream 9
|
|
=================================
|
|
|
|
CentOS Stream 9 has all required packages available in official repositories.
|
|
Install them with dnf:
|
|
|
|
.. prompt:: bash
|
|
|
|
sudo dnf -y install python39 git java-11-openjdk-headless @development nano
|
|
|
|
.. Include common instructions:
|
|
|
|
.. include:: _includes/create-env-with-venv.rst
|
|
|
|
.. include:: _includes/install-and-setup-red-unix.rst
|