text 更新pip包

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 更新pip包相关的知识,希望对你有一定的参考价值。

pip install -U pip setuptools twine

Edit ~/.pypirc and comment out or remove repository:

[pypi]
#repository:https://pypi.python.org/pypi

Use twine to upload your module to pypi from within the folder containing the module source, setup.py, and other files:

python setup.py sdist
twine upload dist/*

以上是关于text 更新pip包的主要内容,如果未能解决你的问题,请参考以下文章

python 更新包---以pip为例

python的pip怎样更新包 + pip的help翻译

怎样更新pip命令

Python包管理 pip教程 | 解决用pip更新pip失败 #yyds干货盘点#

sh 更新pip包ov virtualenv

pip 在windows下的更新升级