Update README.md
This commit is contained in:
parent
7d29923890
commit
0cec8101b6
|
@ -13,10 +13,14 @@ Create an OAuth2 application for this server. Like it says, **write down the sec
|
|||
|
||||
Now you have Pufferpanel, a server, it's server ID (randomly generated 8 character string, usually displayed in the URL in the browser), client ID and secret ID.
|
||||
|
||||
Make sure you have the requests and json modules available.
|
||||
Make sure you have the requests module available.
|
||||
|
||||
### Usage
|
||||
|
||||
```bash
|
||||
pip install puffb
|
||||
```
|
||||
|
||||
```python
|
||||
import puffb
|
||||
|
||||
|
|
Loading…
Reference in a new issue