Install Requirements in attack.py would not work
arihant2math opened this issue · 0 comments
arihant2math commented
This is because you are importing them before you attempt to install them, so if they are not installed, it will error out.
Having a batch and shell file to run it and install the requirements would fix it.