pip on davidchua https://dchua.com/tags/pip/ Recent content in pip on davidchua Hugo -- gohugo.io en-us Sat, 09 Apr 2016 00:00:00 +0000 Packaging your Python Packages into PyPI (pip) https://dchua.com/posts/2016-04-09-packaging-your-python-packages-into-pypi-pip/ Sat, 09 Apr 2016 00:00:00 +0000 https://dchua.com/posts/2016-04-09-packaging-your-python-packages-into-pypi-pip/ This is a quick walkthrough on submiting your module for a package. Most of it has been distiled from Peter Down’s article so any credits please send it his way. I’ve modified the walkthrough to use setuptools instead of disutils For a more verbose account, please read his article. First-time PyPI packagers Make sure you register an account at both https://pypi.python.org and https://testpypi.python.org Create a .pypirc file in your ~/.