|
|
|
@ -8,13 +8,13 @@ Quick Install
|
|
|
|
|
|
|
|
|
|
You can use pip to install PaddlePaddle with 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:
|
|
|
|
|
Simply run the following command to install, the version is cpu_avx_openblas:
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
pip install paddlepaddle
|
|
|
|
|
|
|
|
|
|
If you need to install GPU version, run:
|
|
|
|
|
If you need to install GPU version (cuda7.5_cudnn5_avx_openblas), run:
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|