aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 60281b60..f6e1938b 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.