From 618eb8983c00767d28be17b3a4891503cd567eea Mon Sep 17 00:00:00 2001 From: Cullen Date: Sat, 19 Aug 2023 21:02:20 -0500 Subject: [PATCH] docs: Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d353cf8..facdc60 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ _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 4. Run the server with `uvicorn main:app --reload` ## Usage