vex
vex copied to clipboard
Installing vex with pipx ?
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?