(docs) Fix missing -r in pip command

This commit is contained in:
David Manouchehri 2023-11-22 23:41:16 -05:00 committed by GitHub
parent 8ebc1b974c
commit 94b1d09973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ All responses from the server are returned in the following format (for all LLM
```
2. Install the required dependencies using pip
```
pip install requirements.txt
pip install -r requirements.txt
```
3. Set your LLM API keys
```