How to publish your own pip Installable Python package

Step by step guide to creating your first pip installer

Tom Tillo
Python in Plain English
5 min readJun 21, 2020

--

You’ve probably done this a 100 times…

pip install <some_package_name>

What is pip and pypi?

pip is python’s package manger. ( short for Python Package Index )

When you do a pip install .. it searches, by default, pypi.org repositories for that package and installs it on your computer from there — a…

--

--

Making ML and AI available to everyone. One commit at a time. | Quantitative programming | Python | Arduino | Comp Vision | pythoslabs@gmail.com / @PythosL