Manage and switch between Solidity compiler versions
GNU Affero General Public License v3.0
752
stars
100
forks
source link
create makefile, use python's native venv, use pip for install instead of setuptools #200
Closed
0xalpharush closed 1 year ago
This is outdated and likely causes/ will cause headaches for developers.
python3 -m pip install -e .
for editable installation instead ofsetuptools
make dev
.python3 -m venv env && source ./env/bin/activate
instead of requiring a tool likevirtualenv
https://github.com/crytic/solc-select/blob/dev/CONTRIBUTING.md#developer-environment