grapplerulrich commited on
Commit
5aba5c2
1 Parent(s): 8b32433

Update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,5 +11,5 @@ The fol
11
  - To deactive the virtual envoirnment run `deactivate` within the virtual envoirnment.
12
  - Install the required packages: `.venv/bin/pip install -r requirements.txt`
13
  - `.venv/bin/pip install -e .`
14
- - Add the Google Search API key to `GOOGLE_SEARCH_API_KEY` in `google-search/.env`. For example `GOOGLE_SEARCH_API_KEY=addkeyehere`
15
  - To start the interface: `streamlit run google-search/app.py`
 
11
  - To deactive the virtual envoirnment run `deactivate` within the virtual envoirnment.
12
  - Install the required packages: `.venv/bin/pip install -r requirements.txt`
13
  - `.venv/bin/pip install -e .`
14
+ - Add the Google Search API key to `GOOGLE_SEARCH_API_KEY` in `google-search/.env`. For example `GOOGLE_SEARCH_API_KEY=addkeyehere` (TODO) add documentation on how to get the API key.
15
  - To start the interface: `streamlit run google-search/app.py`