Update README.md

Update for legacy README.md
This commit is contained in:
Red_M 2016-01-05 16:27:11 +10:00
parent d4ca130800
commit 7cd2be2edc

View File

@ -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. 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
Installing is pretty easy. Installing is pretty easy.
@ -18,10 +26,10 @@ pip install discord.py
Will install the latest 'stable' version of the library. 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. Note that this requires `git` to be installed.
@ -59,14 +67,6 @@ client.run()
You can find examples in the examples directory. 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 ## Related Projects
- [discord.js](https://github.com/discord-js/discord.js) - [discord.js](https://github.com/discord-js/discord.js)