mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
(docs) Fix missing -r
in pip command
This commit is contained in:
parent
8ebc1b974c
commit
94b1d09973
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue