Commit 37ac25b8 authored by KehaoChen's avatar KehaoChen
Browse files

fix(docs): update pip install command in README files

parent a6d6042c
......@@ -233,7 +233,7 @@ Test Version (Synced with dev branch updates, testing new features):
```bash
conda create -n MinerU python=3.10
conda activate MinerU
pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com
pip install -U "magic-pdf[full]" --extra-index-url https://wheels.myhloli.com
```
#### 2. Download model weight files
......
......@@ -239,7 +239,7 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
```bash
conda create -n MinerU python=3.10
conda activate MinerU
pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com -i https://mirrors.aliyun.com/pypi/simple
pip install -U "magic-pdf[full]" --extra-index-url https://wheels.myhloli.com -i https://mirrors.aliyun.com/pypi/simple
```
#### 2. 下载模型权重文件
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment