Small edit in README.md

This commit is contained in:
2025-12-11 17:34:31 +01:00
parent a51d1f65e2
commit c7ebf89ae6

View File

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