aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-10-21 21:09:50 -0400
committerRapptz <[email protected]>2015-10-21 21:09:50 -0400
commitb9c40955ab4a65190223d3c78b63533122a3ac6f (patch)
tree99cd5207c3823ebe6312976a149858a27d5fe5b9 /README.md
parentDocumentation fixes for Message. (diff)
downloaddiscord.py-b9c40955ab4a65190223d3c78b63533122a3ac6f.tar.xz
discord.py-b9c40955ab4a65190223d3c78b63533122a3ac6f.zip
Add instructions for installing development version.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e6ca14d5..737102ea 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,12 @@ pip install discord.py
Will install the latest 'stable' version of the library.
+If you want to install the development version of the library, then do the following:
+
+```
+pip install git+https://github.com/Rapptz/discord.py@develop
+```
+
### This module is alpha!
The discord API is constantly changing and the wrapper API is as well. There will be no effort to keep backwards compatibility.