We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d95974 commit 8d09d0bCopy full SHA for 8d09d0b
README.md
@@ -10,7 +10,13 @@ Requirements
10
11
Installation
12
------------
13
-The easiest way to use the MessageBird API is to install it using the setup.py file:
+The easiest way to install the messagebird package is either via pip:
14
+
15
+```
16
+$ pip install messagebird
17
18
19
+or manually by downloading the source and run the setup.py script:
20
21
```
22
$ python setup.py install
0 commit comments