sashahart / vex

Run a command in the named virtualenv.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing vex with pipx ?

ewjoachim opened this issue · comments

I find it really useful to use pipx for managing the user-wide python tools, such as vex.

Installing vex with pipx is slightly more complex than pipx install vex: because vex needs virtualenv as a subprocess, it needs pipx install --include-deps vex, otherwise, the entrypoints of dependencies are not available in the venv vex creates.

Given that pipx is more and more a popular tool among python users, do you think it's worth specifying that in the README?