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
186bf9f3
Commit
186bf9f3
authored
Aug 23, 2020
by
WenmuZhou
Browse files
删掉py2的支持,修正文档
parent
3b1ecb13
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
doc/doc_ch/whl.md
doc/doc_ch/whl.md
+1
-1
doc/doc_en/whl.md
doc/doc_en/whl.md
+1
-1
setup.py
setup.py
+0
-5
No files found.
doc/doc_ch/whl.md
View file @
186bf9f3
...
...
@@ -12,7 +12,7 @@ pip install paddleocr
本地构建并安装
```
bash
python setup.py bdist_wheel
pip
install
dist/paddleocr-0.0.
1
-py3-none-any.whl
pip
install
dist/paddleocr-0.0.
3
-py3-none-any.whl
```
### 1. 代码使用
...
...
doc/doc_en/whl.md
View file @
186bf9f3
...
...
@@ -10,7 +10,7 @@ pip install paddleocr
build own whl package and install
```
bash
python setup.py bdist_wheel
pip
install
dist/paddleocr-0.0.
1
-py3-none-any.whl
pip
install
dist/paddleocr-0.0.
3
-py3-none-any.whl
```
### 1. Use by code
...
...
setup.py
View file @
186bf9f3
...
...
@@ -38,7 +38,6 @@ setup(
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'
,
long_description
=
readme
(),
long_description_content_type
=
'text/markdown'
,
author
=
'Baidu PaddlePaddle'
,
url
=
'https://github.com/PaddlePaddle/PaddleOCR'
,
download_url
=
'https://github.com/PaddlePaddle/PaddleOCR.git'
,
keywords
=
[
...
...
@@ -47,10 +46,6 @@ setup(
classifiers
=
[
'Intended Audience :: Developers'
,
'Operating System :: OS Independent'
,
'Natural Language :: Chinese (Simplified)'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 2.5'
,
'Programming Language :: Python :: 2.6'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.2'
,
'Programming Language :: Python :: 3.3'
,
...
...
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