PyPI registry
Created by: dogancelik
Python registry PyPI allows package authors publish and distribute their packages or programs with pip.
pip / PyPI is the official package manager for Python projects.
So any person who has Python (2 or 3) and pip installed, can do pip install autojump
to install Autojump to their operating system.
Users can also update their autojump version with pip install --upgrade autojump
Because Python installers for Windows or installer for any OS distribution comes with pip already, users don't have to git clone the repository to update autojump manually.