Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine document of build_and_install #8737

Merged
merged 2 commits into from
Mar 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 38 additions & 14 deletions doc/build_and_install/index_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,54 @@

.. _install_steps:

安装流程
++++++++
PaddlePaddle针对不同的用户群体提供了多种安装方式。

PaddlePaddle提供pip和Docker的安装方式:
专注深度学习模型开发
-----------------

PaddlePaddle提供了多种python wheel包,可通过pip一键安装:

.. toctree::
:maxdepth: 1

pip_install_cn.rst

这是最便捷的安装方式,请根据机器配置和系统选择对应的安装包。

关注底层框架
----------

PaddlePaddle提供了基于Docker的安装方式,请参照以下教程:

.. toctree::
:maxdepth: 1
:maxdepth: 1

pip_install_cn.rst
docker_install_cn.rst
docker_install_cn.rst

编译流程
++++++++
我们推荐在Docker中运行PaddlePaddle,该方式具有以下优势:

.. warning::
- 无需单独安装第三方依赖
- 方便分享运行时环境,易于问题的复现

建议直接使用上述安装流程,方便快速安装。只有在遇到需要独立定制的二进制时才需要编译。
对于有定制化二进制文件需求的用户,我们同样提供了从源码编译安装PaddlePaddle的方法:

.. toctree::
.. toctree::
:maxdepth: 1

build_from_source_cn.rst

常见问题解答
++++++++++
.. warning::

需要提醒的是,这种安装方式会涉及到一些第三方库的下载、编译及安装,整个安装过程耗时较长。


常见问题汇总
-----------

如果在安装过程中遇到了问题,请先尝试在下面的页面寻找答案:

:ref:`常见问题解答 <install_faq>`

如果问题没有得到解决,欢迎向PaddlePaddle社区反馈问题:

`常见问题解答 <http://www.paddlepaddle.org/docs/develop/documentation/zh/faq/build_and_install/index_cn.html>`_
`创建issue <https://github.com/PaddlePaddle/Paddle/issues/new>`_
2 changes: 2 additions & 0 deletions doc/faq/build_and_install/index_cn.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _install_faq:

###################
编译安装与单元测试
###################
Expand Down