Skip to content

Commit be5ba88

Browse files
author
lilong12
authored
Remove the support for python3 from installation.md (#15)
* delete the support for PY3
1 parent 8abf442 commit be5ba88

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
版本要求:
66

77
* PaddlePaddle >= 1.6.2
8-
* Python 2.7 or 3.5+
8+
* Python 2.7+ (python2 only)
99

1010
关于PaddlePaddle对操作系统、CUDA、cuDNN等软件版本的兼容信息,请查看[PaddlePaddle安装说明](https://www.paddlepaddle.org.cn/documentation/docs/zh/beginners_guide/install/index_cn.html)
1111

12+
备注:当前版本尚不完全兼容PY3。
13+
1214
### pip安装
1315

1416
当前,需要在GPU版本的PaddlePaddle下使用大规模分类库。

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@
4646
'Intended Audience :: Science/Research',
4747
'License :: OSI Approved :: Apache Software License',
4848
'Programming Language :: Python :: 2.7',
49-
'Programming Language :: Python :: 3',
50-
'Programming Language :: Python :: 3.4',
51-
'Programming Language :: Python :: 3.5',
52-
'Programming Language :: Python :: 3.6',
5349
'Topic :: Scientific/Engineering',
5450
'Topic :: Scientific/Engineering :: Mathematics',
5551
'Topic :: Scientific/Engineering :: Artificial Intelligence',

0 commit comments

Comments
 (0)