From 032e27b5696c74eb1fbd020915517cac1873fcb5 Mon Sep 17 00:00:00 2001 From: Chivier Humber Date: Wed, 3 Jul 2024 15:53:16 +0000 Subject: [PATCH] Document Sync by Tina --- docs/stable/getting_started/installation.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/stable/getting_started/installation.md b/docs/stable/getting_started/installation.md index e0b5a09..ac93a05 100644 --- a/docs/stable/getting_started/installation.md +++ b/docs/stable/getting_started/installation.md @@ -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] -``` \ No newline at end of file +pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ serverless_llm_store==0.0.1.dev2 +```