From e0216b529e5ec8add7ae006e03f16a5a0da840c4 Mon Sep 17 00:00:00 2001 From: Ted Barnett Date: Sun, 12 Mar 2023 16:44:46 -0700 Subject: [PATCH] Update README.md Formatting --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c83bc2e..b8bbbf5 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,15 @@ resy & chatgpt integration # installation and running: Ensure you have python3 installed -create a virtual env with `python3 -m venv venv` -within that env install flask and open ai: `pip install Flask` `pip install openai` +create a virtual env with + `python3 -m venv venv` +within that env install flask and open ai: + `pip install Flask` + `pip install openai` -set your secret OPENAI_API_KEY env variable -- need to go get this from open ai's website +set your secret OPENAI_API_KEY env variable + get your own OpenAI key from open ai's website (instructions) + edit your environment variable file (.bash -run `flask --app flaskr run --debug` +then run + `flask --app flaskr run --debug`