Closed mtrberzi closed 7 years ago
Yep, you need to install the package first. Sorry, I had the install instructions buried too deep in the README. Just run this from the repo root:
python3 setup.py install
I moved the "Installing" section up in the README for the future.
The README says that the scripts can be run from the root directory of the repository with commands such as
./bin/stringfuzzg --help
. When I run this command from the base directory, it prints the following error:The same problem occurs when trying to run
stringfuzzx
orstringstats
. Is there something special that needs to be done to set up the libraries used prior to running these scripts?