84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
如果我写了一个包开源到github上(水平渣不敢放到pip),我该如何处理包依赖问题?
就是我写的包依赖第三方包,如果我直接把代码发到github,别人下载肯定不能用
难道只能写在readme.md中?
或者是requirements.txt?使用者把requirements.txt复制粘贴到自己项目中的requirements.txt?
希望举个例子说明:如何发布一个包,别人又是如何使用这个包.
既然你还是期望别人来使用你的包, 那么当然还是放pip你的代码本身仍然可以放在github上的, 不过至于详细的流程, 建议还是阅读官方文档https://packaging.python.org/...
PS: 水平不是问题, 真有人用, 那你也就有改进的动力了
既然你还是期望别人来使用你的包, 那么当然还是放pip
你的代码本身仍然可以放在github上的, 不过至于详细的流程, 建议还是阅读官方文档
https://packaging.python.org/...
PS: 水平不是问题, 真有人用, 那你也就有改进的动力了