Is pipx a legitimate python tool?

Viewed 49

I have a terminal emulator that I'd like to manage from Python;

but since the author of the Python library that is used to do this is telling me to download a tool that I've never heard of, I'm skeptical about installing it.

I've certainly heard of pip before but I am wondering if pipx is a legitimate tool.

The only reason I need to use it, is because the author said to get the additional functionality that I need to make the terminal emulator management tool work in the new version requires that I use pipx to install it.

Whereas previously, I just used apt-get.

Is pipx legitimate? Or should I be concerned?

0 Answers
Related