Skip to content

Commit

Permalink
Document Sync by Tina
Browse files Browse the repository at this point in the history
  • Loading branch information
Chivier committed Jul 3, 2024
1 parent 858c280 commit 032e27b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/stable/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ Install the package from source by running the following commands:
# by `gh auth login` and then clone the repository
git clone https://github.com/future-xy/Phantom-component.git
cd Phantom-component
pip install -e .
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev2
```

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

0 comments on commit 032e27b

Please sign in to comment.