diff --git a/README.md b/README.md index 210d6a195b..0be5740b27 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,7 @@ response = completion("command-nightly", messages) response = completion("chatgpt-test", messages, azure=True) ``` +# installation +``` +pip install litellm +```