crytic / slither

Static Analyzer for Solidity and Vyper
https://blog.trailofbits.com/2018/10/19/slither-a-solidity-static-analysis-framework/
GNU Affero General Public License v3.0
5.33k stars 967 forks source link

Upgrade slither version easily #1953

Closed 0xKarl98 closed 7 months ago

0xKarl98 commented 1 year ago

Describe the desired feature

Currently we only have "how to install" section for slither , but don't have "how to uninstall" as well as "how to upgrade "sections for it .

Consider to add some guides regarding of it .

0xalpharush commented 1 year ago

Good idea! Uninstall pip uninstall slither-analyzer Upgrade pip install slither-analyzer --upgrade

0xKarl98 commented 1 year ago

hi , my current version is of 0.8.3 and i use pip install slither-analyzer --upgrade to install the version of 0.9.3 by pip show slither-analyzer , it has installed but not activated , since slither --version outputs 0.8.3 how can i activate the 0.9.3 ?

alpharush @.***> 于2023年6月8日周四 20:35写道:

Good idea! Uninstall pip uninstall slither-analyzer Upgrade pip install slither-analyzer --upgrade

— Reply to this email directly, view it on GitHub https://github.com/crytic/slither/issues/1953#issuecomment-1582505195, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKI52LQL3JDGPDYQEM4IABTXKHBJHANCNFSM6AAAAAAY7DACPQ . You are receiving this because you authored the thread.Message ID: @.***>

0xxfu commented 1 year ago

Maybe the environment you installed is inconsistent with the environment you activated.