plasma-disassembler / plasma

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
GNU General Public License v3.0
3.05k stars 277 forks source link

Fix requirements script. #40

Closed strazzere closed 9 years ago

strazzere commented 9 years ago

Check for existence of python3 and pip3 prior to using them. Also use the '-H' flag on sudo commands to all proper installation of the bindings/eggs/modules.

ghost commented 9 years ago

Thanks !