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

translate index.en #9783

Closed
wants to merge 11 commits into from
Closed
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
57 changes: 41 additions & 16 deletions doc/v2/build_and_install/index_en.rst
Original file line number Diff line number Diff line change
@@ -1,32 +1,57 @@
Install and Build
=================
install and compile
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compile -> Compile

==========

.. _install_steps:

Install Steps
++++++++
PaddlePaddle provides various ways of installation for many different users
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ways -> methods


You can choose either pip or Docker to complete your install:
focus on deep learning model development
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

focus on deep learning model development -> Focus on Deep Learning Model Development

-----------------

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

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

pip_install_en.rst
docker_install_en.rst
pip_install_cn.rst

Build from Source
-----------------
this is the convenient way to install it , please choose the right installation package with mochine configure and system。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this -> This

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the convenient way -> the most convenient way


follow the bottom frame
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

follow -> Follow

----------

PaddlePaddle provides the installation ways of Docker, please follow the tutorial:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence should be:

PaddlePaddle provides installation methods using Docker. Please follow the tutorial:


.. toctree::
:maxdepth: 1

docker_install_cn.rst

we recommend running PaddlePaddle in docker , this way has more superiority :
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we ->We
docker -> Docker

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence shouldbe

We recommend running PaddlePaddle using Docker.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this way has more superiority -> This method has the following advantages:


.. warning::
- don't need the third dependent of installing
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't need the third dependent of installing ->Does not require the installation of third-party dependencies.

- easy to shared runtime environment and the problem recurrented

We recommend to directly install via above installation steps, you'll only need to build PaddlePaddle from source when you need a modifed binary.
we provides compile and install method of PaddlePaddle from resouce code , for users with customized binary file:

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

build_from_source_en.md
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>`_

`FAQ <http://www.paddlepaddle.org/docs/develop/documentation/zh/faq/build_and_install/index_en.html>`_
1 change: 0 additions & 1 deletion doc/v2/howto/cluster/multi_cluster/k8s_aws_cn.md

This file was deleted.

Loading