We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858c280 commit 032e27bCopy full SHA for 032e27b
docs/stable/getting_started/installation.md
@@ -15,12 +15,11 @@ Install the package from source by running the following commands:
15
# by `gh auth login` and then clone the repository
16
git clone https://github.com/future-xy/Phantom-component.git
17
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
20
```
21
22
-# Install the package
+```
23
conda create -n sllm python=3.10 -y
24
conda activate sllm
25
pip install -e .[worker]
26
-```
+pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev2
0 commit comments