From fbb045cc1f8531f959694b0fc8da5802442cf18b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 27 Aug 2015 07:16:11 -0400 Subject: [PATCH] Add MANIFEST file for pip. --- MANIFEST.in | 2 ++ README.md | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 000000000..04f196ac7 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include README.md +include LICENSE diff --git a/README.md b/README.md index 60281b607..f6e1938ba 100644 --- a/README.md +++ b/README.md @@ -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.