Update README.md

Prerequisites
Poetry must be installed (refer to the Poetry documentation for installation instructions).
This commit is contained in:
Peter Rakké 2024-10-17 10:41:43 +02:00 committed by GitHub
parent a2f1654f4c
commit eb83606d81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,10 +27,14 @@ This repository hosts the code of LightRAG. The structure of this code is based
## Install ## Install
Prerequisites
- Poetry must be installed (refer to the Poetry documentation for installation instructions).
* Install from source (Recommend) * Install from source (Recommend)
```bash ```bash
cd LightRAG cd LightRAG
init poetry
pip install -e . pip install -e .
``` ```
* Install from PyPI * Install from PyPI