You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be missing some steps... I am trying to send a pull request for installation instructions in the README, but I just can't quite get the setup right. Here is what I thought I needed to do to get this setup (and all of these finished successfully):
make venv
make install
make setup
However, when I try to run the help, I get:
➜ make run_help
"havoc_venv"/bin/python havoc/app.py --help
Traceback (most recent call last):
File "havoc/app.py", line 20, in <module>
from havoc.config import Config
ModuleNotFoundError: No module named 'havoc.config'
make: *** [run_help] Error 1
I can't find a havoc/config dir in the code, though. Maybe I'm doing this wrong, but any help would be appreciated!
Thanks,
Fil
The text was updated successfully, but these errors were encountered:
I may be missing some steps... I am trying to send a pull request for installation instructions in the README, but I just can't quite get the setup right. Here is what I thought I needed to do to get this setup (and all of these finished successfully):
However, when I try to run the help, I get:
I can't find a
havoc/config
dir in the code, though. Maybe I'm doing this wrong, but any help would be appreciated!Thanks,
Fil
The text was updated successfully, but these errors were encountered: