Update README.md

pull/12/head
Cullen 2023-08-19 20:15:41 -05:00 committed by GitHub
parent bf92f55477
commit 913a3a12d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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