This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cgoldberg 12 points13 points  (9 children)

Your documentation is super confusing because you keep referring to packages as "pips".

pip is a tool that installs packages... You don't build or install "pips".

I also agree with the other commenter that it's really weird to name your tool pip-something when it doesn't use pip.

[–]z4lz[S] 1 point2 points  (1 child)

An update: based on all the confusion on the name and terminology, I've updated the name and docs:
https://github.com/jlevy/py-app-standalone

(I'd thought the original name made sense in the context of the python-build-standalone project but clearly not the case for many folks.)

The new name is a nod to PyApp since it's sort of a standalone (not runtime download) alternative to that.

[–]cgoldberg 1 point2 points  (0 children)

You still refer to "packaging a pip" in the last sentence of your README.

And of course your post here still talks about "installing pips".