From 6464a1b0670215a79b32d0d59e43af0339da3fa8 Mon Sep 17 00:00:00 2001 From: Dom Date: Mon, 22 Apr 2024 19:35:08 +0100 Subject: [PATCH] Update contributing instructions in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3caeb830b..e78b171a3 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ Step 2: Navigate into the project, and install dependencies: ``` cd litellm -poetry install +poetry install -E extra_proxy -E proxy ``` Step 3: Test your change: