Update README.md
Prerequisites Poetry must be installed (refer to the Poetry documentation for installation instructions).
This commit is contained in:
parent
a2f1654f4c
commit
eb83606d81
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue