Skip to content

Commit e78300c

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

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

rewrite/README.rst

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
1-
======================================
1+
====================================
22
Welcome to Discord.py Rewrite Examples
3-
======================================
3+
====================================
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+
(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+

0 commit comments

Comments
 (0)