mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 02:16:09 -05:00
[V3] Remove mentions of Red being in Alpha and update README (#1083)
* Remove mentions of alpha version * Update README.rst * Give the option for git build in README
This commit is contained in:
13
README.rst
13
README.rst
@@ -14,22 +14,25 @@
|
||||
Red - Discord Bot v3
|
||||
********************
|
||||
|
||||
**This is alpha and very much a work in progress. Regular use is not recommended.
|
||||
There will not be any effort not to break current installations.**
|
||||
**This is in beta and very much a work in progress. Regular use is not recommended.
|
||||
There will not be any effort made to prevent the breaking of current installations.**
|
||||
|
||||
How to install
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
Using python3 pip::
|
||||
|
||||
pip install --process-dependency-links -U git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop
|
||||
pip install --process-dependency-links -U Red-DiscordBot
|
||||
redbot-setup
|
||||
redbot <name>
|
||||
|
||||
To install requirements for voice::
|
||||
|
||||
pip install --process-dependency-links -U git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop#egg=red-discordbot[voice]
|
||||
pip install --process-dependency-links -U Red-DiscordBot[voice]
|
||||
|
||||
To install all requirements for docs and tests::
|
||||
|
||||
pip install --process-dependency-links -U git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop#egg=red-discordbot[test,docs]
|
||||
pip install --process-dependency-links -U Red-DiscordBot[test,docs]
|
||||
|
||||
For the latest git build, replace ``Red-DiscordBot`` in the above commands with
|
||||
``git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop``.
|
||||
|
||||
Reference in New Issue
Block a user