index_en.rst 898 字节
Newer Older
1 2
Install and Build
=================
Z
zhangjinchao01 已提交
3

T
typhoonzero 已提交
4 5 6
.. _quick_install:

Quick Install
Z
zhangjinchao01 已提交
7 8
----------------------

T
typhoonzero 已提交
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
You can use pip to install PaddlePaddle using a single command, supports
CentOS 6 above, Ubuntu 14.04 above or MacOS 10.12, with Python 2.7 installed.
Simply run the following command to install:

  .. code-block:: bash

     pip install paddlepaddle

If you need to install GPU version, run:

  .. code-block:: bash

     pip install paddlepaddle-gpu


.. _install_steps:

Install Steps
++++++++

You can choose either pip or Docker to complete your install:

.. toctree::
   :maxdepth: 1

   pip_install_en.rst
   docker_install_en.rst
Z
zhangjinchao01 已提交
36 37 38 39 40


Build from Source
-----------------

41
..  warning::
Z
zhangjinchao01 已提交
42

T
typhoonzero 已提交
43
    We recommend to directly install via above installation steps, you'll only need to build PaddlePaddle from source when you need a modifed binary.
Z
zhangjinchao01 已提交
44 45

..  toctree::
46
    :maxdepth: 1
Z
zhangjinchao01 已提交
47

L
Luo Tao 已提交
48
    build_from_source_en.md