File tree Expand file tree Collapse file tree 1 file changed +37
-2
lines changed Expand file tree Collapse file tree 1 file changed +37
-2
lines changed Original file line number Diff line number Diff line change 1
- ======================================
1
+ ====================================
2
2
Welcome to Discord.py Rewrite Examples
3
- ======================================
3
+ ====================================
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
+ (Replace ``<prefix> `` with the aforementioned prefix)
21
+
22
+ First uninstall any previously installed version of discord.py.
23
+ In Terminal, CMD, or any command-line console, type in the following:
24
+
25
+ ``<prefix> -m pip uninstall discord.py ``
26
+
27
+ And install the rewrite version of discord.py:
28
+
29
+ ``<prefix> -m pip install -U https://github.com/Rapptz/discord.py/archive/rewrite.zip#egg=discord.py[voice] ``
30
+
31
+ If you're using a venv, don't forget to activate it!
32
+
33
+ You're now ready to run some examples! To run any example in this repository,
34
+ see the README.rst in the top-level directory for directions.
35
+
36
+ Examples Index
37
+ ==============
38
+
39
+ 1. ``introduction.py ``
40
+
41
+
You can’t perform that action at this time.
0 commit comments