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`