Skip to content

Commit fce637f

Browse files
wopeizlshanyi15
authored andcommitted
fix for python3 support (#488)
* fix for python3 support test=develop * test=develop
1 parent e0d9efa commit fce637f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/fluid/beginners_guide/install/install_Windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Windows系统下可使用`cpu-z`这类软件来检测您的处理器是否支持
2727
* 首先,**检查您的计算机和操作系统**是否满足以下要求:
2828

2929
For python2: 使用Python官方下载的python2.7.15
30-
For python3: 使用Python官方下载的python3.5.x
30+
For python3: 使用Python官方下载的python3.5.x, python3.6.x 或 python3.7.x
3131

32-
* Python2.7.xpip >= 9.0.1
33-
* Python3.5.xpip3 >= 9.0.1
32+
* Python2.7.xpip >= 9.0.1
33+
* Python3.5.x, python3.6.x 或 python3.7.x :pip3 >= 9.0.1
3434

3535
下面将说明如何安装PaddlePaddle:
3636

0 commit comments

Comments
 (0)