Small edit in README.md
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user