理不清头绪,求玩🐍玩的好的朋友指点。
我造的库的目前只是 python 代码,暂时不考虑链接其他语言。有公共 git,代码可能他们会改,不考虑打包成 whl 文件之类。
求教各位。求 python 库部署好的教程。
ps.
我用 distutils.core.setup 安装的东东,可以安装,但用pip uninstall packagename
无法卸载,提示
It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
无论用 setuptools 还是 distutils,貌似都得把 requrements.txt 里的东东再写一遍,也是我头疼的。
1
Kilerd 2018-12-25 21:15:10 +08:00 via iPhone 1
Twine
|