mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
An update to Windows docs structure for our beloved users! (#3894)
This commit is contained in:
parent
6c048fad01
commit
6c56e47083
@ -4,18 +4,29 @@
|
|||||||
Installing Red on Windows
|
Installing Red on Windows
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
---------------
|
-------------------------------
|
||||||
Needed Software
|
Installing the pre-requirements
|
||||||
---------------
|
-------------------------------
|
||||||
|
|
||||||
The following software dependencies can all be installed quickly and easily through PowerShell,
|
Please install the pre-requirements by following instructions from one of the following subsections.
|
||||||
using a trusted package manager for Windows called `Chocolatey <https://chocolatey.org>`_
|
|
||||||
|
|
||||||
We also provide instructions for manually installing all of the dependencies.
|
The pre-requirements are:
|
||||||
|
- Python 3.8.1 or greater
|
||||||
|
- Pip 18.1 or greater
|
||||||
|
- Git 2.11+
|
||||||
|
- Java Runtime Environment 11 (for audio support)
|
||||||
|
|
||||||
******************************************
|
We also recommend installing some basic compiler tools, in case our dependencies don't provide
|
||||||
Installing using powershell and chocolatey
|
pre-built "wheels" for your architecture.
|
||||||
******************************************
|
|
||||||
|
.. contents:: Choose a method of installing pre-requirements:
|
||||||
|
:local:
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
*********************************************
|
||||||
|
Using PowerShell and Chocolatey (recommended)
|
||||||
|
*********************************************
|
||||||
|
|
||||||
To install via PowerShell, search "powershell" in the Windows start menu,
|
To install via PowerShell, search "powershell" in the Windows start menu,
|
||||||
right-click on it and then click "Run as administrator"
|
right-click on it and then click "Run as administrator"
|
||||||
@ -39,6 +50,8 @@ For Audio support, you should also run the following command before exiting:
|
|||||||
|
|
||||||
From here, exit the prompt then continue onto `creating-venv-windows`.
|
From here, exit the prompt then continue onto `creating-venv-windows`.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
********************************
|
********************************
|
||||||
Manually installing dependencies
|
Manually installing dependencies
|
||||||
********************************
|
********************************
|
||||||
@ -61,6 +74,9 @@ Manually installing dependencies
|
|||||||
|
|
||||||
* `Java 11 <https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot>`_ - needed for Audio
|
* `Java 11 <https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot>`_ - needed for Audio
|
||||||
|
|
||||||
|
From here, continue onto `creating-venv-windows`.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
.. _creating-venv-windows:
|
.. _creating-venv-windows:
|
||||||
|
|
||||||
|
|||||||
@ -16,14 +16,11 @@ Here are some things to consider to help make your upgrade as smooth as possible
|
|||||||
|
|
||||||
Updating differs depending on the version you currently have. Next sections will explain how to upgrade to latest version of Red (|version|) from the version that is in the header of the section.
|
Updating differs depending on the version you currently have. Next sections will explain how to upgrade to latest version of Red (|version|) from the version that is in the header of the section.
|
||||||
|
|
||||||
**Choose the version you're currently on from the list below:**
|
.. contents:: Choose the version you're currently on from the list below:
|
||||||
|
|
||||||
.. contents::
|
|
||||||
:local:
|
:local:
|
||||||
:depth: 1
|
:depth: 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Red 3.2.0 or newer
|
Red 3.2.0 or newer
|
||||||
******************
|
******************
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user