From 7cd2be2edc202880e5ede823669ea0859fac4a2d Mon Sep 17 00:00:00 2001 From: Red_M Date: Tue, 5 Jan 2016 16:27:11 +1000 Subject: [PATCH] Update README.md Update for legacy README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 51cd909d0..fca7fc115 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ discord.py is an API wrapper for Discord written in Python. This was written to allow easier writing of bots or chat logs. +## Requirements + +- Python 2.7+ or Python 3.3+. +- `ws4py` library +- `requests` library + +Usually `pip` will handle these for you. + ## Installing Installing is pretty easy. @@ -18,10 +26,10 @@ 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: +If you want to install this version of the library, then do the following: ``` -pip install git+https://github.com/Rapptz/discord.py@develop +pip install git+https://github.com/Rapptz/discord.py@legacy ``` Note that this requires `git` to be installed. @@ -59,14 +67,6 @@ client.run() You can find examples in the examples directory. -## Requirements - -- Python 2.7+ or Python 3.3+. -- `ws4py` library -- `requests` library - -Usually `pip` will handle these for you. - ## Related Projects - [discord.js](https://github.com/discord-js/discord.js)