diff --git a/README.md b/README.md index ac605de2a2..224fc7f5ed 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ LiteLLM manages: -``` +```shell pip install litellm ``` @@ -118,6 +118,11 @@ response = completion(model="gpt-3.5-turbo", messages=[{"role": "user", "content Track spend across multiple projects/people ## Quick Start Proxy - CLI + +```shell +pip install litellm[proxy] +``` + ### Step 1: Start litellm proxy ```shell $ litellm --model huggingface/bigcode/starcoder