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
paddle_dbnet
Commits
29749146
Unverified
Commit
29749146
authored
Dec 16, 2020
by
dyning
Committed by
GitHub
Dec 16, 2020
Browse files
Merge pull request #1457 from WenmuZhou/update_whl_doc
update whl version
parents
06fac86f
aa556e60
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/doc_ch/whl.md
doc/doc_ch/whl.md
+1
-1
doc/doc_en/whl_en.md
doc/doc_en/whl_en.md
+1
-1
setup.py
setup.py
+1
-1
No files found.
doc/doc_ch/whl.md
View file @
29749146
...
...
@@ -6,7 +6,7 @@
pip安装
```
bash
pip
install
paddleocr
pip
install
"
paddleocr
>=2.0.1"
# 推荐使用2.0.1+版本
```
本地构建并安装
...
...
doc/doc_en/whl_en.md
View file @
29749146
...
...
@@ -4,7 +4,7 @@
### install package
install by pypi
```
bash
pip
install
paddleocr
pip
install
"
paddleocr
>=2.0.1"
# Recommend to use version 2.0.1+
```
build own whl package and install
...
...
setup.py
View file @
29749146
...
...
@@ -32,7 +32,7 @@ setup(
package_dir
=
{
'paddleocr'
:
''
},
include_package_data
=
True
,
entry_points
=
{
"console_scripts"
:
[
"paddleocr= paddleocr.paddleocr:main"
]},
version
=
'2.0'
,
version
=
'2.0
.1
'
,
install_requires
=
requirements
,
license
=
'Apache License 2.0'
,
description
=
'Awesome OCR toolkits based on PaddlePaddle (8.6M ultra-lightweight pre-trained model, support training and deployment among server, mobile, embeded and IoT devices'
,
...
...
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