From 20385ae061472ed162264b296aee4fb3aeb0122a Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 19 Oct 2023 12:04:38 +0200 Subject: [PATCH] Show deps in the readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9c1e9e..e4b39fb 100644 --- a/README.md +++ b/README.md @@ -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.