提交 0fad7647 编写于 作者: L Luo Tao

add how to update whl in build_from_source.md

上级 5dbd5370
......@@ -32,6 +32,11 @@ PaddlePaddle主要使用 `CMake <https://cmake.org>`_ 以及GCC, G++作为编译
pip install build/python/dist/*.whl
如果机器中已经安装过PaddlePaddle,请卸载再安装:
.. code-block:: bash
pip install build/python/dist/*.whl -U
.. _run_test:
......
......@@ -36,6 +36,11 @@ machine or copy it to the target machine.
pip install build/python/dist/*.whl
If the machine has installed PaddlePaddle before, please uninstall it first and reinstall it again.
.. code-block:: bash
pip install build/python/dist/*.whl -U
.. _run_test:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册