mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-31 06:21:59 +08:00
Update launch_ragflow_from_source.md (#4005)
update install poetry full package - [x] Documentation Update
This commit is contained in:
parent
e5c3083826
commit
78527acd88
@ -48,10 +48,14 @@ cd ragflow/
|
|||||||
```
|
```
|
||||||
|
|
||||||
3. Install Python dependencies:
|
3. Install Python dependencies:
|
||||||
|
- slim:
|
||||||
```bash
|
```bash
|
||||||
~/.local/bin/poetry install --sync --no-root
|
~/.local/bin/poetry install --sync --no-root
|
||||||
```
|
```
|
||||||
|
- full:
|
||||||
|
```bash
|
||||||
|
~/.local/bin/poetry install --sync --no-root --with full
|
||||||
|
```
|
||||||
*A virtual environment named `.venv` is created, and all Python dependencies are installed into the new environment.*
|
*A virtual environment named `.venv` is created, and all Python dependencies are installed into the new environment.*
|
||||||
|
|
||||||
### Launch Third-party Services
|
### Launch Third-party Services
|
||||||
|
Loading…
x
Reference in New Issue
Block a user