提交 e0051d50 编写于 作者: J Jiabin Yang 提交者: xsrobin

Update install doc (#959)

* test=develop, update install doc

* add setuptools dependency

* Update compile_Ubuntu.md

update cudnn version

* Update install_Ubuntu.md

update cudnn version

* Update install_CentOS.md

update cudnn version

* test=develop, refine ubuntu cuda support

* test=develop, refine ubuntu cuda support

* test=develop, refine python support on python3.5

* fix python2 in ubuntu16.04 need gcc 5.4

* add nccl related doc

* refine doc

* add gpu fast install doc

* refine command of pip

* add avx off for mac complie

* refine code

* refine doc

* fix python only support 64bit
上级 f198ce65
......@@ -27,7 +27,7 @@
<td> </td>
</tr>
<tr>
<td> Python </td>
<td> Python(64 bit) </td>
<td> 2.7.x. 或 3.5+.x </td>
<td> 依赖libpython2.7.so 或 libpython3.5+.so </td>
<td> <code> apt install python-dev </code><code> yum install python-devel </code> 如果安装python3请访问<a href="https://www.python.org">Python 官网</a></td>
......
......@@ -4,8 +4,8 @@
* *64位操作系统*
* *CentOS 6 / 7*
* *Python 2.7/3.5.1+/3.6/3.7*
* *pip或pip3 >= 9.0.1*
* *Python(64 bit) 2.7/3.5.1+/3.6/3.7*
* *pip或pip3(64 bit) >= 9.0.1*
## 选择CPU/GPU
......
......@@ -4,8 +4,8 @@
* *64位操作系统*
* *MacOS 10.12/10.13/10.14*
* *Python 2.7/3.5.1+/3.6/3.7*
* *pip或pip3 >= 9.0.1*
* *Python(64 bit) 2.7/3.5.1+/3.6/3.7*
* *pip或pip3(64 bit) >= 9.0.1*
## 选择CPU/GPU
......
......@@ -6,8 +6,8 @@
* *Ubuntu 14.04 (GPU版本只针对CUDA 8, CUDA 10支持)*
* *Ubuntu 16.04*
* *Ubuntu 18.04(GPU版本只针对CUDA10支持)*
* *Python 2.7/3.5.1+/3.6/3.7*
* *pip或pip3 >= 9.0.1*
* *Python(64 bit) 2.7/3.5.1+/3.6/3.7*
* *pip或pip3(64 bit) >= 9.0.1*
## 选择CPU/GPU
......
......@@ -4,8 +4,8 @@
* *64位操作系统*
* *Windows 10 家庭版/专业版/企业版*
* *Python 2.7/3.5.1+/3.6/3.7*
* *pip或pip3 >= 9.0.1*
* *Python(64 bit) 2.7/3.5.1+/3.6/3.7*
* *pip或pip3(64 bit) >= 9.0.1*
* *Visual Studio 2015 Update3*
## 选择CPU/GPU
......
......@@ -3,7 +3,7 @@
==========
本说明将指导您在64位操作系统编译和安装PaddlePaddle
PaddlePaddle目前支持的Python版本包括:Python 2.7-3.7
PaddlePaddle目前支持的Python版本包括:Python(64 bit) 2.7-3.7
PaddlePaddle目前支持以下环境:
......
......@@ -4,7 +4,7 @@
* *64位操作系统*
* *CentOS 6 / 7*
* *Python 2.7/3.5.1+/3.6/3.7*
* *Python(64 bit) 2.7/3.5.1+/3.6/3.7*
* *pip或pip3 >= 9.0.1*
### 注意事项
......
......@@ -4,8 +4,8 @@
* *64位操作系统*
* *MacOS 10.11/10.12/10.13/10.14*
* *Python 2.7/3.5.1+/3.6/3.7*
* *pip或pip3 >= 9.0.1*
* *Python(64 bit) 2.7/3.5.1+/3.6/3.7*
* *pip或pip3(64 bit) >= 9.0.1*
### 注意事项
......
......@@ -6,8 +6,8 @@
* *Ubuntu 14.04 (GPU版本只针对CUDA 8, CUDA 10支持)*
* *Ubuntu 16.04*
* *Ubuntu 18.04(GPU版本只针对CUDA10支持)*
* *Python 2.7/3.5.1+/3.6/3.7/*
* *pip或pip3 >= 9.0.1*
* *Python(64 bit) 2.7/3.5.1+/3.6/3.7/*
* *pip或pip3(64 bit) >= 9.0.1*
### 注意事项
......
......@@ -4,8 +4,8 @@
* *64位操作系统*
* *Windows 7/8 ,Windows 10 专业版/企业版*
* *Python 2.7/3.5.1+/3.6/3.7*
* *pip或pip3 >= 9.0.1*
* *Python(64 bit) 2.7/3.5.1+/3.6/3.7*
* *pip或pip3(64 bit) >= 9.0.1*
### 注意事项
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册