Update install.sh to install pip

python-pip isn't installed by default on Kali docker images.
1.6
blark 2015-11-24 09:09:23 -05:00
parent 3817385bb2
commit 5fef212387
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ elif lsb_release -d | grep -q "Kali"; then
apt-get install python-dev
apt-get install python-m2crypto
apt-get install swig
apt-get install python-pip
pip install pycrypto
pip install iptools
pip install pydispatcher