mitsuhiko / pipsi

pip script installer
Other
2k stars 133 forks source link

Add capability to upgrade all packages at once #179

Open simlun opened 5 years ago

simlun commented 5 years ago

I'm very thankful for any feedback on this :)

Best regards Simon

simlun commented 5 years ago

Oops, I'll fix the Python 3 incompatibilities soon :)

r-darwish commented 5 years ago

@simlun I opened a pull request fixing Python 3 to your fork

cs01 commented 5 years ago

I recently started a project called pipx that combines pipsi's functionality with npx's. It has the command pipx upgrade-all. Would love to hear what you think! https://github.com/cs01/pipx