浏览代码

Merge pull request #1479 from beholder91/fix-readme

fix(docs): update pip install command in README files
Xiaomeng Zhao 10 月之前
父节点
当前提交
6146382a7c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README.md
  2. 1 1
      README_zh-CN.md

+ 1 - 1
README.md

@@ -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

+ 1 - 1
README_zh-CN.md

@@ -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. 下载模型权重文件