mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-16 03:51:41 +00:00
Update README to only point to async installation.
This commit is contained in:
18
README.md
18
README.md
@@ -8,7 +8,7 @@ discord.py is an API wrapper for Discord written in Python.
|
|||||||
|
|
||||||
This was written to allow easier writing of bots or chat logs. Make sure to familiarise yourself with the API using the [documentation][doc].
|
This was written to allow easier writing of bots or chat logs. Make sure to familiarise yourself with the API using the [documentation][doc].
|
||||||
|
|
||||||
[doc]: http://rapptz.github.io/discord.py/
|
[doc]: http://discordpy.rtfd.org/en/latest
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
||||||
@@ -20,21 +20,7 @@ I recommend that you follow the discussion in the [unofficial Discord API discor
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
Installing is pretty easy.
|
Installing the async beta is easy:
|
||||||
|
|
||||||
```
|
|
||||||
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
|
|
||||||
```
|
|
||||||
|
|
||||||
Installing the async beta is similar.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install git+https://github.com/Rapptz/discord.py@async
|
pip install git+https://github.com/Rapptz/discord.py@async
|
||||||
|
Reference in New Issue
Block a user