From eb83606d817ef41da0e1b59f411f22e2b8689e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Rakk=C3=A9?= <10748545+PeterRakke@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:41:43 +0200 Subject: [PATCH] Update README.md Prerequisites Poetry must be installed (refer to the Poetry documentation for installation instructions). --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fd85141b..a41a6f88 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,14 @@ This repository hosts the code of LightRAG. The structure of this code is based ## Install +Prerequisites +- Poetry must be installed (refer to the Poetry documentation for installation instructions). + * Install from source (Recommend) ```bash cd LightRAG +init poetry pip install -e . ``` * Install from PyPI