From 28952c651c680f8d0d920551b15c86df0dbb456f Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 8 Jul 2024 09:45:44 +0200 Subject: [PATCH] docs: Fix dependencies install command Signed-off-by: provokateurin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab1f6c1..9a8762f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See [the nextcloud admin docs](https://docs.nextcloud.com/server/latest/admin_ma 2. Install dependencies (recommended to use a Virtual Environment) - > python3 -m pip install -r requirements.txt + > python3 -m poetry install 3. If you want hardware acceleration support, check the Llama.cpp docs for your accelerator: https://llama-cpp-python.readthedocs.io/en/latest/