Merge pull request #3217 from DomMartin27/litellm_readme

Update contributing instructions in README.md
This commit is contained in:
Ishaan Jaff 2024-05-02 07:42:44 -07:00 committed by GitHub
commit ee8d0b6d5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -248,7 +248,7 @@ Step 2: Navigate into the project, and install dependencies:
``` ```
cd litellm cd litellm
poetry install poetry install -E extra_proxy -E proxy
``` ```
Step 3: Test your change: Step 3: Test your change: