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
37ac25b8
Commit
37ac25b8
authored
Jan 10, 2025
by
KehaoChen
Browse files
fix(docs): update pip install command in README files
parent
a6d6042c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
README_zh-CN.md
README_zh-CN.md
+1
-1
No files found.
README.md
View file @
37ac25b8
...
@@ -233,7 +233,7 @@ Test Version (Synced with dev branch updates, testing new features):
...
@@ -233,7 +233,7 @@ Test Version (Synced with dev branch updates, testing new features):
```
bash
```
bash
conda create
-n
MinerU
python
=
3.10
conda create
-n
MinerU
python
=
3.10
conda activate MinerU
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
#### 2. Download model weight files
...
...
README_zh-CN.md
View file @
37ac25b8
...
@@ -239,7 +239,7 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
...
@@ -239,7 +239,7 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
```
bash
```
bash
conda create
-n
MinerU
python
=
3.10
conda create
-n
MinerU
python
=
3.10
conda activate MinerU
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. 下载模型权重文件
#### 2. 下载模型权重文件
...
...
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