-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
translate index.en #9783
Changes from all commits
ab47876
015d876
24d5910
054c665
5eacc39
959ad40
31386ec
90a7bad
0c19de1
62879dd
2c7eade
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,57 @@ | ||
Install and Build | ||
================= | ||
install and compile | ||
========== | ||
|
||
.. _install_steps: | ||
|
||
Install Steps | ||
++++++++ | ||
PaddlePaddle provides various ways of installation for many different users | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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。 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this -> This There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the convenient way -> the most convenient way |
||
|
||
follow the bottom frame | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 : | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we ->We There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This sentence shouldbe We recommend running PaddlePaddle using Docker. There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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>`_ |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compile -> Compile