diff --git a/README.md b/README.md index 1ba305c..d9a4d52 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,7 @@ oAI is a command-line chat application that provides an interactive interface to ### 1. Install Dependencies -Create a `requirements.txt` file with the following content: - -``` -typer -rich -openrouter -pyperclip -prompt_toolkit -requests -``` - -Install the dependencies: +Use the included `requirements.txt` file to install the dependencies: ```bash pip install -r requirements.txt