pgcli icon indicating copy to clipboard operation
pgcli copied to clipboard

Recommend pipx for installation

Open clbarnes opened this issue 5 years ago • 0 comments

pipx is an excellent tool which converts PyPI into a package repository without the concern of clashing dependencies etc., by managing individual virtual environments for every application installed by pipx (and their dependencies). Console scripts are symlinked into the user's $PATH, just like pip install --user. This keeps the tool installed at the user level, rather than tied to any particular project's virtual environment, while keeping it out of the system/ user root python environment.

clbarnes avatar Mar 27 '20 12:03 clbarnes