We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Use virtualenv to install a developer version of crytic-compile (up-to-date with master):
master
pip3 install virtualenvwrapper source /usr/local/bin/virtualenvwrapper.sh mkvirtualenv --python=`which python3` slither-dev git clone https://github.com/crytic/crytic-compile cd crytic-compile python setup.py develop
Start a shell with the crytic-compile virtual environment by running:
workon crytic-compile-dev
Update crytic-compile by running git pull from the crytic-compile directory.
git pull