Skip to content

Commit 8a06774

Browse files
authored
Update README.rst
1 parent 1872a6c commit 8a06774

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

async/README.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,32 @@ Welcome to Discord.py Async Examples
44

55
Installing
66
==========
7+
8+
Console Prefixes
9+
----------------
10+
11+
* OsX, Linux, Unix distributions:
12+
* ``python3``
13+
* Windows:
14+
* ``python3`` in ``PATH``: ``python3``
15+
* ``python3`` not in ``PATH``: ``py -3``
16+
17+
Installing discord.py
18+
---------------------
19+
20+
In Terminal, CMD, or any command-line console, type in the following:
21+
22+
``<prefix> -m pip install -U discord.py[voice]``
23+
(Replace ``<prefix>`` with the aforementioned prefix)
24+
25+
If you're using a venv, don't forget to activate it!
26+
27+
You're now ready to run some examples! To run any example in this repository,
28+
see the README.rst in the top-level directory for directions.
29+
30+
Examples Index
31+
==============
32+
33+
1. ``introduction.py``
34+
35+

0 commit comments

Comments
 (0)