I'm trying to install the following tool for use on the command line on the Ubuntu desktop:
https://github.com/crytic/slither
The installation instructions are straight-forward:
pip3 install slither-analyzer
and then simply run the tool like this:
slither .
I'm able to install it successfully but the problem is that when I run 'slither .' I get the following error message:
slither: command not found
I don't know how to add the tool to the path, (or even how to execute it at all) as I don't normally work with Python. I'd appreciate any help from someone who works with Python and can see where I'm going wrong.
This my version of Python:
Python 3.8.10
I'm running Ubuntu 21.04