mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Drop support for EOL systems and update instructions to use Python 3.8.8 (#4864)
* Drop support for EOL systems (Fedora 31, openSUSE Leap 15.1) * Bump Python in Windows and pyenv install guides to 3.8.8
This commit is contained in:
parent
9bb61ba882
commit
7126482449
@ -120,7 +120,7 @@ Complete the rest of the installation by `installing Python 3.8 with pyenv <inst
|
|||||||
Fedora Linux
|
Fedora Linux
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
Fedora Linux 31 and above has all required packages available in official repositories. Install
|
Fedora Linux 32 and above has all required packages available in official repositories. Install
|
||||||
them with dnf:
|
them with dnf:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
@ -165,10 +165,10 @@ Continue by `creating-venv-linux`.
|
|||||||
openSUSE
|
openSUSE
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
openSUSE Leap 15.1+
|
openSUSE Leap 15.2+
|
||||||
*******************
|
*******************
|
||||||
|
|
||||||
We recommend installing a community package to get Python 3.8 on openSUSE Leap 15.1+. This package will
|
We recommend installing a community package to get Python 3.8 on openSUSE Leap 15.2+. This package will
|
||||||
be installed to the ``/opt`` directory.
|
be installed to the ``/opt`` directory.
|
||||||
|
|
||||||
First, add the Opt-Python community repository:
|
First, add the Opt-Python community repository:
|
||||||
@ -323,7 +323,7 @@ Then run the following command:
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.7 -v
|
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.8 -v
|
||||||
|
|
||||||
This may take a long time to complete, depending on your hardware. For some machines (such as
|
This may take a long time to complete, depending on your hardware. For some machines (such as
|
||||||
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
||||||
@ -335,7 +335,7 @@ After that is finished, run:
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
pyenv global 3.8.7
|
pyenv global 3.8.8
|
||||||
|
|
||||||
Pyenv is now installed and your system should be configured to run Python 3.8.
|
Pyenv is now installed and your system should be configured to run Python 3.8.
|
||||||
|
|
||||||
|
|||||||
@ -40,7 +40,7 @@ Then run each of the following commands:
|
|||||||
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||||
choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y
|
choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y
|
||||||
choco upgrade visualstudio2019-workload-vctools -y
|
choco upgrade visualstudio2019-workload-vctools -y
|
||||||
choco upgrade python3 -y --version 3.8.7
|
choco upgrade python3 -y --version 3.8.8
|
||||||
|
|
||||||
For Audio support, you should also run the following command before exiting:
|
For Audio support, you should also run the following command before exiting:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user