From 913a3a12d6b8958c0a98638f1ca8624473fe2c95 Mon Sep 17 00:00:00 2001 From: Cullen Date: Sat, 19 Aug 2023 20:15:41 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 712cfb4..e2df84d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Add these two environment variables: - `JWT_SECRET_KEY` - type `openssl rand -hex 32` in terminal to create a 32 byte secret key ## Installation - +_Python >= 3.10 required_ 1. Clone this repository 2. Install the dependencies with `pip install -r requirements.txt` 3. Add `.env` with variables from above @@ -44,7 +44,7 @@ Add these two environment variables: ## Usage -Visit [http://localhost:8000/docs](http://localhost:8000/docs) in your web browser to see the interactive API documentation. +Visit [http://localhost:8000/docs](http://localhost:8000/docs) to see the interactive API documentation. ## FAQ