solc-select icon indicating copy to clipboard operation
solc-select copied to clipboard

Consider adding `pipx` to install docs

Open PatrickAlphaC opened this issue 2 years ago • 0 comments

pipx is a tool that allows you to install python packages into isolated environments.

It ensures that there aren't any package management issues, and allows you to run the packages from the command line always in their isolated environments.

It's how I've been using solc-select.

pipx install solc-select
which solc
which solc-select

PatrickAlphaC avatar Feb 22 '23 17:02 PatrickAlphaC