"tests/vscode:/vscode.git/clone" did not exist on "1e925a05a2d9bfad3848d1cf1d602234af1facea"
Commit 684da531 authored by myhloli's avatar myhloli
Browse files

feat: update README_zh-CN to include installation instructions for source and...

feat: update README_zh-CN to include installation instructions for source and full version of MinerU
parent 148e4660
......@@ -482,6 +482,22 @@ pip install uv
uv pip install "mineru[core]>=2.0.0" -i https://mirrors.aliyun.com/pypi/simple
```
您也可以通过源码安装
```bash
git clone https://github.com/opendatalab/MinerU.git
cd MinerU
uv pip install -e .[core] -i https://mirrors.aliyun.com/pypi/simple
```
如果您需要使用sglang加速vlm模型推理,请直接安装MinerU的完整版本
```bash
uv pip install "mineru[all]>=2.0.0" -i https://mirrors.aliyun.com/pypi/simple
```
```bash
uv pip install -e .[all] -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