Merge pull request #1 from PeterRakke/PeterRakke-readme-update

Update README.md
This commit is contained in:
Peter Rakké 2024-10-17 10:45:38 +02:00 committed by GitHub
commit fc0ecd8249
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