Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Python packaging:
https://
It is recommended to use PyBuilder to manager Python projects.
pyinstaller¶
setuptools¶
pip¶
pip can install a package from a GitHub repository directly.
requirements.txt¶
requirements.txt. ~= >= ==
https://