From 7390c46cc33a86efe8cc48efe9a25f4706daf98b Mon Sep 17 00:00:00 2001
From: ArtificialImmunity <ArtificialImmunity@users.noreply.github.com>
Date: Wed, 27 Apr 2016 14:00:18 +0100
Subject: [PATCH] Added python-dev and pip to installation guide

Both python-dev and pip are needed to install the correct versions of packages
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 1eff20d..829238d 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ It consists of various modules that aids penetration testing operations:
 
 	git clone https://github.com/reverse-shell/routersploit
 	cd routersploit
+	sudo apt-get install python-dev pip
 	pip install -r requirements.txt
 	./rsf.py
 
--
libgit2 0.26.0