index_en.rst 1.5 KB
Newer Older
A
Abhinav Arora 已提交
1
install and Compile
S
Shan Yi 已提交
2 3 4 5
==========

.. _install_steps:

A
Abhinav Arora 已提交
6
PaddlePaddle provides various methods of installation for many different users
S
Shan Yi 已提交
7

A
Abhinav Arora 已提交
8
Focus on Deep Learning Model Development
S
Shan Yi 已提交
9 10 11 12 13 14 15
-----------------

PaddlePaddle provides lots of packages of python wheel , that pip can install:

.. toctree::
	:maxdepth: 1

A
Abhinav Arora 已提交
16
	pip_install_en.rst
S
Shan Yi 已提交
17

A
Abhinav Arora 已提交
18
This is the most convenient way of installation. Please choose the right installation package with machine configure and system.
S
Shan Yi 已提交
19

A
Abhinav Arora 已提交
20
Follow the Bottom Frame
S
Shan Yi 已提交
21 22
----------

A
Abhinav Arora 已提交
23
PaddlePaddle also supports installation using Docker. Please refer to the tutorial below:
S
Shan Yi 已提交
24 25 26 27

.. toctree::
	:maxdepth: 1

A
Abhinav Arora 已提交
28
	docker_install_en.rst
S
Shan Yi 已提交
29

A
Abhinav Arora 已提交
30
We recommend running PaddlePaddle in Docker. This method has the following advantages:
S
Shan Yi 已提交
31

A
Abhinav Arora 已提交
32 33
- Does not require installation of third-party dependencies. 
- Easy to share runtime environment. 
S
Shan Yi 已提交
34

A
Abhinav Arora 已提交
35
Lastly, users can also compile and install PaddlePaddle from source code. The instructions are below:
S
Shan Yi 已提交
36 37 38 39

.. toctree::
    :maxdepth: 1

A
Abhinav Arora 已提交
40
    build_from_source_en.rst
S
Shan Yi 已提交
41 42 43

.. warning::

A
Abhinav Arora 已提交
44
	One caveat with this approach is that developers will have to download, compile and install all third-party dependencies. Thus this process of installation is more time consuming.
S
Shan Yi 已提交
45 46 47 48 49


FAQ
-----------

A
Abhinav Arora 已提交
50
For any problems during installation, please refer to the page below for answers:
S
Shan Yi 已提交
51 52 53

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

A
Abhinav Arora 已提交
54
If the problem still persists, you are welcome to seek assistance from the PaddlePaddle community:
S
Shan Yi 已提交
55 56

`创建issue <https://github.com/PaddlePaddle/Paddle/issues/new>`_