From c7ebf89ae611c51003111931f25ff1cfbf1e1684 Mon Sep 17 00:00:00 2001 From: Rune Olsen Date: Thu, 11 Dec 2025 17:34:31 +0100 Subject: [PATCH] Small edit in README.md --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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