diff --git a/README.md b/README.md index c921928..5190cf1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Ditto is a user-friendly tool that allows you to generate a multi-file Flask app ### Prerequisites -- Python 3.7 or higher +- Python 3.9 or higher - `pip` package manager ### Installation @@ -39,7 +39,7 @@ Ditto is a user-friendly tool that allows you to generate a multi-file Flask app 3. **Install Dependencies** ```bash - pip install litellm + pip install -r requirements.txt ``` ### Setting the `OPENAI_API_KEY`