vex icon indicating copy to clipboard operation
vex copied to clipboard

Installing vex with pipx ?

Open ewjoachim opened this issue 1 year ago • 0 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?

ewjoachim avatar Dec 27 '23 22:12 ewjoachim