diff --git a/README.md b/README.md index bd86bcd33..758ed171c 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ poetry install Step 3: Test your change: ``` cd litellm/tests # pwd: Documents/litellm/litellm/tests +poetry run flake8 poetry run pytest . ```