Closed 0xKarl98 closed 7 months ago
Good idea!
Uninstall pip uninstall slither-analyzer
Upgrade pip install slither-analyzer --upgrade
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: @.***>
Maybe the environment you installed is inconsistent with the environment you activated.
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 .