Make your module available from pypi
Once you have a module that can be pip installed from git, the next logical step is to make it available directly from pypi. Doing this will allow your users to install your module locally by simply calling: pip install your-module , instead of havin...
ramiroberrelleza.com4 min read