mitsuhiko / pipsi

pip script installer
Other
2k stars 133 forks source link

recommend pipx as alternative #182

Closed cs01 closed 5 years ago

cs01 commented 5 years ago

pipx is a new project I started that replaces pipsi. pipsi is great but development and support has stopped, so I started pipx with the goal of using modern Python (venv's only, Python 3.6+), improving the UX, adding new commands, and adding an option to run applications in one-time environments that are deleted after exit.

cs01 commented 5 years ago

@RonnyPfannschmidt @untitaker any chance you are available to merge this PR?

untitaker commented 5 years ago

@mitsuhiko @RonnyPfannschmidt I was hesitant about merging links to rando projects but it seems pipx is really gaining traction. I would like to merge this.