Skip to content

Files

Latest commit

 

History

History
25 lines (18 loc) · 824 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 824 Bytes

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.

Installation

To install use pip:

python -m pip install -U git+https://github.com/anki-code/pipi

Usage

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 git@github.com:xonsh/xonsh.git                            # install from git