crytic / solc-select

Manage and switch between Solidity compiler versions
GNU Affero General Public License v3.0
746 stars 99 forks source link

Consider adding `pipx` to install docs #163

Open PatrickAlphaC opened 1 year ago

PatrickAlphaC commented 1 year ago

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