Update README.rst

This commit is contained in:
Russell 2023-10-28 16:12:03 -04:00 committed by GitHub
parent a69693a48c
commit 849dc1978d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,11 @@
you need to set a OPENAI_API_KEY environment variable with a valid key.
.. code-block:: bash
source .flaskenv
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python app.py
should load up on http://127.0.0.1:5001