提交 dec93482 编写于 作者: W wuzewu

Update docs

上级 560e8205
...@@ -6,7 +6,7 @@ jobs: ...@@ -6,7 +6,7 @@ jobs:
os: windows os: windows
language: shell language: shell
before_install: before_install:
- choco install python --version 3.6.0 - choco install python --version 3.6.2
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
env: PATH=/c/Python36:/c/Python36/Scripts:$PATH env: PATH=/c/Python36:/c/Python36/Scripts:$PATH
- name: "CI on MacOS/Python3.6" - name: "CI on MacOS/Python3.6"
......
...@@ -12,7 +12,7 @@ English | [简体中文](README_ch.md) ...@@ -12,7 +12,7 @@ English | [简体中文](README_ch.md)
<p align="center"> <p align="center">
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-dfd.svg"></a> <a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-dfd.svg"></a>
<a href="https://github.com/PaddlePaddle/PaddleHub/releases"><img src="https://img.shields.io/github/v/release/PaddlePaddle/PaddleHub?color=ffa"></a> <a href="https://github.com/PaddlePaddle/PaddleHub/releases"><img src="https://img.shields.io/github/v/release/PaddlePaddle/PaddleHub?color=ffa"></a>
<a href=""><img src="https://img.shields.io/badge/python-3.6+-aff.svg"></a> <a href=""><img src="https://img.shields.io/badge/python-3.6.2+-aff.svg"></a>
<a href=""><img src="https://img.shields.io/badge/os-linux%2C%20win%2C%20mac-pink.svg"></a> <a href=""><img src="https://img.shields.io/badge/os-linux%2C%20win%2C%20mac-pink.svg"></a>
<a href=""><img src="https://img.shields.io/pypi/format/paddlehub?color=c77"></a> <a href=""><img src="https://img.shields.io/pypi/format/paddlehub?color=c77"></a>
</p> </p>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<p align="center"> <p align="center">
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-dfd.svg"></a> <a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-dfd.svg"></a>
<a href="https://github.com/PaddlePaddle/PaddleHub/releases"><img src="https://img.shields.io/github/v/release/PaddlePaddle/PaddleHub?color=ffa"></a> <a href="https://github.com/PaddlePaddle/PaddleHub/releases"><img src="https://img.shields.io/github/v/release/PaddlePaddle/PaddleHub?color=ffa"></a>
<a href=""><img src="https://img.shields.io/badge/python-3.6+-aff.svg"></a> <a href=""><img src="https://img.shields.io/badge/python-3.6.2+-aff.svg"></a>
<a href=""><img src="https://img.shields.io/badge/os-linux%2C%20win%2C%20mac-pink.svg"></a> <a href=""><img src="https://img.shields.io/badge/os-linux%2C%20win%2C%20mac-pink.svg"></a>
<a href=""><img src="https://img.shields.io/pypi/format/paddlehub?color=c77"></a> <a href=""><img src="https://img.shields.io/pypi/format/paddlehub?color=c77"></a>
</p> </p>
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
======================== ========================
* 操作系统:Windows/Mac/Linux * 操作系统:Windows/Mac/Linux
* Python>=3.6 * Python >= 3.6.2
* PaddlePaddle>=2.0.0 * PaddlePaddle >= 2.0.0
.. code-block:: shell .. code-block:: shell
......
...@@ -7,8 +7,8 @@ Environment Dependency ...@@ -7,8 +7,8 @@ Environment Dependency
======================== ========================
* Operating System: Windows/Mac/Linux * Operating System: Windows/Mac/Linux
* Python>=3.6 * Python >= 3.6.2
* PaddlePaddle>=2.0.0 * PaddlePaddle >= 2.0.0
.. code-block:: shell .. code-block:: shell
......
...@@ -57,6 +57,7 @@ setup( ...@@ -57,6 +57,7 @@ setup(
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Scientific/Engineering :: Artificial Intelligence',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册