From a102975492dbc232c516dd80d67d7318f269dff2 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Tue, 19 May 2015 22:32:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b44f24..3a43c32 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Installation If MITMf is not in your distros repo or you just want the latest version: - Clone this repository - Run the ```setup.sh``` script -- Run the command ```pip install -r requirements.txt``` to install all python dependencies +- Run the command ```pip install --upgrade -r requirements.txt``` to install all python dependencies On Kali Linux, if you get an error while installing the ```pypcap``` package or when starting MITMf you see: ```ImportError: no module named pcap``` run ```apt-get install python-pypcap``` to fix it.