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.
Using python3 pip:
pip install --process-dependency-links -U Red-DiscordBot redbot-setup redbot <name>
To install requirements for voice:
pip install --process-dependency-links -U Red-DiscordBot[voice]
To install all requirements for docs and tests:
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
.