add index_en.rst

fea/docker_cudnn7
Shan Yi 7 years ago committed by GitHub
parent 5c83de7b3c
commit 5f36075083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,56 @@
install and compile
==========
.. _install_steps:
PaddlePaddle provides various ways of installation for many different users
focus on deep learning model development
-----------------
PaddlePaddle provides lots of packages of python wheel , that pip can install:
.. toctree::
:maxdepth: 1
pip_install_cn.rst
this is the convenient way to install it , please choose the right installation package with mochine configure and system。
follow the bottom frame
----------
PaddlePaddle provides the installation ways of Docker, please follow the tutorial:
.. toctree::
:maxdepth: 1
docker_install_cn.rst
we recommend running PaddlePaddle in docker , this way has more superiority
- don't need the third dependent of installing
- easy to shared runtime environment and the problem recurrented
we provides compile and install method of PaddlePaddle from resouce code for users with customized binary file
.. toctree::
:maxdepth: 1
build_from_source_cn.rst
.. warning::
what need to be attation to , this way of installation involves to download、 compile and install the third depentent , The whole process of installing need more time。
FAQ
-----------
if you have any problem on the process of installation , please trying the bottom page to find the answer
:ref:`常见问题解答 <install_faq>`
if the problem hasn't been solved , so welcome to come the paddlepaddle community to feedback
`创建issue <https://github.com/PaddlePaddle/Paddle/issues/new>`_
Loading…
Cancel
Save