Skip to content

Commit

Permalink
Merge pull request #8737 from pkuyym/fix-8723
Browse files Browse the repository at this point in the history
Refine document of build_and_install
  • Loading branch information
luotao1 committed Mar 5, 2018
2 parents 457d012 + 649f9c1 commit 08e9bfa
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 14 deletions.
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

0 comments on commit 08e9bfa

Please sign in to comment.