I’ve finished renaming pyinstall to its new name: pip. The name pip is a acronym and declaration: pip installs packages.
I’ve also added a small feature intended for Google App Engine users, allowing you to zip and unzip packages in an environment. For instance:
$ pip zip --list In …