File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,32 @@ Welcome to Discord.py Async Examples
4
4
5
5
Installing
6
6
==========
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
+
You can’t perform that action at this time.
0 commit comments