如何通过pip安装python,安装python后怎样安装pip

首页 > 技术 > 作者:YD1662023-04-18 15:42:43

自己写了一些公用python代码,不想到处复制文件,也省得花时间去想之前写的代码在哪,所以用pip进行安装、更新。

代码目录结构

如何通过pip安装python,安装python后怎样安装pip(1)

上传至github

pip install git https://github.com/beybin/archer_nlp.git pip install --upgrade git https://github.com/beybin/archer_nlp.git上传至pypi(可选)

cd archer_nlp python setup.py sdist --formats=gztar twine upload dist/*

pip install archer_nlp

栏目热文

文档排行

本站推荐

Copyright © 2018 - 2021 www.yd166.com., All Rights Reserved.