Installing slither in an isolated environment #1728
Unanswered
PatrickAlphaC
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There are many different tools to isolate python installations. We've documented using slither with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the desired feature
Slither has very specific dependencies in it's current form, and I've found much greater success working with it in it's own isolated environment. One way to do it is to install slither with pipx instead of
pip
Please consider adding this to the docs.
Step 1. Install pipx
Step 2. Install slither
Step 3. Run slither
Beta Was this translation helpful? Give feedback.
All reactions