1 Star 1 Fork 0

breath57 / VSearcher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cmd.md 593 Bytes
一键复制 编辑 原始数据 按行查看 历史
breath57 提交于 2023-10-08 15:41 . increase: 打包依赖包指令

打包及上传需要的依赖包

pip install build
pip install twine

常用命令

test-pypi

上传到测试的test pypi

python -m twine upload --repository testpypi dist/*

构建pypi的dist文件

python -m build

安装命令

pip install -i https://test.pypi.org/simple/ vsearcher=={version}

构建pypi的dist文件

python -m build

上传到正式的pypi

python -m twine upload dist/*

pip install -i https://test.pypi.org/simple/ vsearcher=={version}

生成项目的依赖库

pipreqs ./src/vsearcher --encoding=utf8 # generate project dependencies

Python
1
https://gitee.com/breath57/vsearch.git
git@gitee.com:breath57/vsearch.git
breath57
vsearch
VSearcher
master

搜索帮助