Skip to content

Commit 032e27b

Browse files
committed
Document Sync by Tina
1 parent 858c280 commit 032e27b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/stable/getting_started/installation.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ Install the package from source by running the following commands:
1515
# by `gh auth login` and then clone the repository
1616
git clone https://github.com/future-xy/Phantom-component.git
1717
cd Phantom-component
18-
pip install -e .
19-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev2
2018
```
2119

22-
# Install the package
20+
```
2321
conda create -n sllm python=3.10 -y
2422
conda activate sllm
2523
pip install -e .[worker]
26-
```
24+
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev2
25+
```

0 commit comments

Comments
 (0)