Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
dd265a81
Commit
dd265a81
authored
Jun 13, 2025
by
myhloli
Browse files
fix: update installation commands in README_zh-CN to use Aliyun mirror
parent
6526080e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README_zh-CN.md
README_zh-CN.md
+6
-6
No files found.
README_zh-CN.md
View file @
dd265a81
...
@@ -481,9 +481,9 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
...
@@ -481,9 +481,9 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
#### 1.1 使用 pip 或 uv 安装
#### 1.1 使用 pip 或 uv 安装
```
bash
```
bash
pip
install
--upgrade
pip
pip
install
--upgrade
pip
-i
https://mirrors.aliyun.com/pypi/simple
pip
install
uv
pip
install
uv
-i
https://mirrors.aliyun.com/pypi/simple
uv pip
install
"mineru[core]>=2.0.0"
uv pip
install
"mineru[core]>=2.0.0"
-i
https://mirrors.aliyun.com/pypi/simple
```
```
#### 1.2 源码安装
#### 1.2 源码安装
...
@@ -491,7 +491,7 @@ uv pip install "mineru[core]>=2.0.0"
...
@@ -491,7 +491,7 @@ uv pip install "mineru[core]>=2.0.0"
```
bash
```
bash
git clone https://github.com/opendatalab/MinerU.git
git clone https://github.com/opendatalab/MinerU.git
cd
MinerU
cd
MinerU
uv pip
install
-e
.[core]
uv pip
install
-e
.[core]
-i
https://mirrors.aliyun.com/pypi/simple
```
```
#### 1.3 安装完整版(支持 sglang 加速)
#### 1.3 安装完整版(支持 sglang 加速)
...
@@ -499,13 +499,13 @@ uv pip install -e .[core]
...
@@ -499,13 +499,13 @@ uv pip install -e .[core]
如需使用
**sglang 加速 VLM 模型推理**
,请安装完整版本:
如需使用
**sglang 加速 VLM 模型推理**
,请安装完整版本:
```
bash
```
bash
uv pip
install
"mineru[all]>=2.0.0"
uv pip
install
"mineru[all]>=2.0.0"
-i
https://mirrors.aliyun.com/pypi/simple
```
```
或从源码安装:
或从源码安装:
```
bash
```
bash
uv pip
install
-e
.[all]
uv pip
install
-e
.[all]
-i
https://mirrors.aliyun.com/pypi/simple
```
```
---
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment