In my experience pip has always worked quite well.<p>About the only thing I would like to see from it is making it a bit easier to use, for example something like `npm install --save something` instead of having to tell people about `pip freeze` and venvs etc
To those who look at this, this is my first "official" Python project. I really need help with test suites and whatever. But alas, the package manager works well enough. All feedback is appreciated.
Package management is a hard problem; I'd much rather see efforts to improve pip instead of fragmenting any efforts to improve what pip already does.