Skip to content

Commit 7441112

Browse files
committed
Updated README.rst
1 parent ef818ef commit 7441112

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

async/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Run DBE examples
4141
3. Open the file, replace "TOKEN" with your bot's token
4242
4. In the console, type in: ``<prefix> DiscordBotExamples/async/<filename>.py``
4343
5. And... voila! Go to discord and see your bot in action
44+
6. To terminate your bot, press `ctrl-c` on your keyboard
4445

4546
==============
4647
Examples Index

async/__init__.py

Whitespace-only changes.

rewrite/README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ In Terminal, CMD, or any command-line console, type in the following:
2626

2727
And install the rewrite version of `discord.py`_:
2828

29-
``<prefix> -m pip install -U https://github.com/Rapptz/discord.py/archive/rewrite.zip#egg=discord.py[voice]``
29+
``<prefix> -m pip install -U yarl==0.1.4 aiohttp==2.2.5 git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice]``
30+
31+
or (if you don't have ``git``):
32+
33+
``<prefix> -m pip install -U yarl==0.1.4 aiohttp==2.2.5 https://github.com/Rapptz/discord.py/archive/rewrite.zip#egg=discord.py[voice]``
34+
35+
The ``yarl==0.1.4 aiohttp==2.2.5`` is necessary because `discord.py`_ rewrite's requirements.txt is broken.
3036

3137
If you're using a venv, don't forget to activate it!
3238

@@ -41,7 +47,7 @@ Run DBE examples
4147
3. Open the file, replace "TOKEN" with your bot's token
4248
4. In the console, type in: ``<prefix> DiscordBotExamples/rewrite/<filename>.py``
4349
5. And... voila! Go to discord and see your bot in action
44-
50+
6. To terminate your bot, press `ctrl-c` on your keyboard
4551

4652

4753
==============

rewrite/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)