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

add how to update whl in build_from_source.md #7471

Merged
merged 2 commits into from
Jan 12, 2018
Merged

add how to update whl in build_from_source.md #7471

merged 2 commits into from
Jan 12, 2018

Conversation

luotao1
Copy link
Contributor

@luotao1 luotao1 commented Jan 12, 2018

related #7407


.. code-block:: bash

pip install build/python/dist/*.whl -U
Copy link
Contributor

Choose a reason for hiding this comment

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

-U是update,有一种情况,如果用户是从paddlepaddle.org下载最新的安装包,版本号是没有变化的,-U可能也不能升级安装,就需要pip uninstall然后在pip install,是否需要说明一下呢?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. Thanks!

Copy link
Contributor

@typhoonzero typhoonzero left a comment

Choose a reason for hiding this comment

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

LGTM

@luotao1 luotao1 merged commit c3e062e into PaddlePaddle:develop Jan 12, 2018
@luotao1 luotao1 deleted the build_doc branch January 12, 2018 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants