diff options
| author | Rapptz <[email protected]> | 2015-08-27 07:16:11 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-27 07:16:11 -0400 |
| commit | fbb045cc1f8531f959694b0fc8da5802442cf18b (patch) | |
| tree | 76db63a0218549beab2a66fb030cb3f36676717b /README.md | |
| parent | Move websocket hub to the new gateway. (diff) | |
| download | discord.py-fbb045cc1f8531f959694b0fc8da5802442cf18b.tar.xz discord.py-fbb045cc1f8531f959694b0fc8da5802442cf18b.zip | |
Add MANIFEST file for pip.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -4,6 +4,16 @@ discord.py is an API wrapper for Discord written in Python. This was written to allow easier writing of bots or chat logs. +## Installing + +Installing is pretty easy. + +``` +pip install discord.py +``` + +Will install the latest 'stable' version of the library. + ## 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. |