Telefonica / HomePWN

HomePwn - Swiss Army Knife for Pentesting of IoT Devices
https://github.com/ElevenPaths/HomePWN
GNU General Public License v3.0
875 stars 134 forks source link

Change requirements for properly install prompt_toolkit #5

Closed campeador closed 4 years ago

campeador commented 4 years ago

Hi,

You should add in the requirements.txt and install.sh the version of prompt_toolkit because if don't you get an error when you try to execute sudo python3 homepwn.py

In requirements.txt file, modify: prompt_toolkit for prompt_toolkit==2.0.10

and the same in the install.sh

Thank you for your job!

lucferbux commented 4 years ago

Done! Thanks for the fix!