From 0cec8101b65be6e13fcd3ec49756bfde9c6693fe Mon Sep 17 00:00:00 2001 From: powermaker450 <89703358+powermaker450@users.noreply.github.com> Date: Fri, 31 May 2024 20:35:44 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4733924..a1df539 100644 --- a/README.md +++ b/README.md @@ -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