attify / firmware-analysis-toolkit

Toolkit to emulate firmware and analyse it for security vulnerabilities
MIT License
1.29k stars 251 forks source link

Python-pip is not able to be installed #61

Closed h2th3k closed 3 years ago

h2th3k commented 3 years ago

I am using Debian 5.9.6-1, however python-pip is not available anymore replaced with python3-pip. Just wondering if this could prevent from normally using the framework?

h2th3k commented 3 years ago

Solved with curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py