manaestras commited on
Commit
885259f
·
verified ·
1 Parent(s): d420772

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -125,9 +125,17 @@ print(output_texts)
125
  Checkout [vLLM HunyuanOCR Usage Guide](https://docs.vllm.ai/projects/recipes/en/latest/Tencent-Hunyuan/HunyuanOCR.html).
126
 
127
  ### Installation
 
 
128
  ```bash
129
- pip install vllm --extra-index-url https://wheels.vllm.ai/nightly
 
 
 
130
  ```
 
 
 
131
 
132
  ### Model Inference
133
 
 
125
  Checkout [vLLM HunyuanOCR Usage Guide](https://docs.vllm.ai/projects/recipes/en/latest/Tencent-Hunyuan/HunyuanOCR.html).
126
 
127
  ### Installation
128
+
129
+ Using pip:
130
  ```bash
131
+ pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
132
+ ```
133
+
134
+ Using uv:
135
  ```
136
+ uv pip install vllm --extra-index-url https://wheels.vllm.ai/nightly
137
+ ```
138
+
139
 
140
  ### Model Inference
141