stringfuzz
stringfuzz copied to clipboard
./bin/stringfuzzg not work without installing
I run the command below in the root directory of the repository (without installing):
./bin/stringfuzzg --help
And I get the error:
➜ stringfuzz git:(main) ./bin/stringfuzzg
Traceback (most recent call last):
File "./bin/stringfuzzg", line 11, in <module>
from stringfuzz.constants import LANGUAGES, SMT_20_STRING, SMT_25_STRING
ModuleNotFoundError: No module named 'stringfuzz'
It is designed to work after installing only, sorry.
Do you have a limitation that prevents you from installing the package?