Skip to content

Commit

Permalink
add missing requirements to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAbbasi2021 committed Jun 19, 2023
1 parent 1ccc375 commit 49c552e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Install [Langchain](https://github.com/hwchase17/langchain).
```
pip install langchain
pip install openai
pip install chromadb
pip install tiktoken
```
Modify `constants.py` to use your own [OpenAI API key](https://platform.openai.com/account/api-keys).

Expand Down

0 comments on commit 49c552e

Please sign in to comment.