Having difficulty installing slither #283
-
Can someone explain to me how I am suppose to install slither through Foundry because I am having hard time understanding the github directions? |
Beta Was this translation helpful? Give feedback.
Answered by
adnanhamidbeigh
Jan 20, 2025
Replies: 2 comments 1 reply
-
Hello, I think you have to install slither using pip as it is a pythonic-based tool. you can follow the installation guide here https://github.com/crytic/slither |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alekszlat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just use
python3 -m pip install slither-analyzer
. But make sure you have python and pip installed.