Update README.rst
This commit is contained in:
parent
a69693a48c
commit
849dc1978d
1 changed files with 10 additions and 0 deletions
10
README.rst
10
README.rst
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue