# Install Solc

By [sentry](https://paragraph.com/@ofcoin) · 2022-06-21

---

sudo pip3 install solc-select // 查询可以安装的版本 solc-select install // 安装需要的版本 solc-select install 0.8.0 // 查看当前已有的版本及正在使用的版本 solc-select versions // 选择自己需要的版本 solc-select use 0.8.0 // 查看当前正在使用的版本 solc --version

---

*Originally published on [sentry](https://paragraph.com/@ofcoin/install-solc)*
