[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:
Tobotimus
2017-11-17 10:12:18 +11:00
committed by palmtree5
parent d2742cbe6e
commit b348a879c3
3 changed files with 11 additions and 8 deletions

View File

@@ -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``.