Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run --help #5

Open
filmaj opened this issue Jun 15, 2018 · 0 comments
Open

Cannot run --help #5

filmaj opened this issue Jun 15, 2018 · 0 comments

Comments

@filmaj
Copy link

filmaj commented Jun 15, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant