Skip to content

Commit 8d09d0b

Browse files
committed
Mention pip in the README
1 parent 9d95974 commit 8d09d0b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ Requirements
1010

1111
Installation
1212
------------
13-
The easiest way to use the MessageBird API is to install it using the setup.py file:
13+
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:
1420

1521
```
1622
$ python setup.py install

0 commit comments

Comments
 (0)