Merge pull request #1 from PeterRakke/PeterRakke-readme-update
Update README.md
This commit is contained in:
commit
fc0ecd8249
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