diff --git a/requirements.txt b/requirements.txt index 1dbeaaba8..49d4929e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -paramiko -argparse -mako -pyelftools -capstone -ropgadget +# This requirements.txt file simply hits the setup.py file and +# installs the 'install_requires' python modules, the magic command +# to do that is simply '-e .': so here it is + +# Amazing command +-e .