Merge pull request #2243 from xiaojunxiang2023/main
fix(docs): correct typo "acivate" → "activate"
This commit is contained in:
commit
3ba1d75c97
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ cd lightrag
|
||||||
|
|
||||||
# Create a Python virtual environment
|
# Create a Python virtual environment
|
||||||
uv venv --seed --python 3.12
|
uv venv --seed --python 3.12
|
||||||
source .venv/bin/acivate
|
source .venv/bin/activate
|
||||||
|
|
||||||
# Install in editable mode with API support
|
# Install in editable mode with API support
|
||||||
pip install -e ".[api]"
|
pip install -e ".[api]"
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ cd lightrag
|
||||||
|
|
||||||
# Create a Python virtual environment
|
# Create a Python virtual environment
|
||||||
uv venv --seed --python 3.12
|
uv venv --seed --python 3.12
|
||||||
source .venv/bin/acivate
|
source .venv/bin/activate
|
||||||
|
|
||||||
# Install in editable mode with API support
|
# Install in editable mode with API support
|
||||||
pip install -e ".[api]"
|
pip install -e ".[api]"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue