The pipi tool is to install PyPi packages using pip from any source: dir, PyPi projects, Github.
If you like the idea click ⭐ on the repo and tweet.
To install use pip:
python -m pip install -U git+https://github.com/anki-code/pipi
pipi . # install from dir
pipi https://github.com/anki-code/xontrib-prompt-bar # install from repo
pipi https://github.com/anki-code/xonsh/tree/history_json_dir # install from branch
pipi [email protected]:xonsh/xonsh.git # install from git