Show deps in the readme

This commit is contained in:
pancake 2023-10-19 12:04:38 +02:00
parent 7f8f1aa279
commit 20385ae061
1 changed files with 7 additions and 2 deletions

View File

@ -14,9 +14,14 @@ Run r2ai in local, no google bard or chatgpt. Just use your CPU/GPU/NPU and inte
## Installation
Just run `make` .. or well `python main.py /path/to/file`
```
pip3 install rich inquirer python-dotenv openai litellm tokentrim
r2pm -i r2ai
```
You can also install it via `r2pm -i r2ai`
## Development/Testing
Just run `make` .. or well `python main.py /path/to/file`
It's also possible to install it with `conda`, which is the recommended way on Macs.