We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471656b commit 5e6d4f6Copy full SHA for 5e6d4f6
README.md
@@ -1,16 +1,15 @@
1
# pushbullet-python
2
#### A Python wrapper around the Pushbullet API to send different types of push notifications to your phone or/and computer.
3
4
-## Use
5
-### Installation
+## Installation
6
```commandline
7
pip3 install pushbullet-python
8
```
9
Required Packages:
10
- [requests](https://requests.readthedocs.io/en/master/)
11
- requests.structures.CaseInsensitiveDict
12
13
-### Usage Example
+## Usage Example
14
```python
15
import os
16
from pushbullet_python import API
0 commit comments