From 651c49581676db15eb05dc20931485d60723e93b Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Sun, 24 Jan 2016 14:03:44 +0100 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Installation.md b/Installation.md index 875e387..b660e2f 100644 --- a/Installation.md +++ b/Installation.md @@ -2,10 +2,7 @@ Tested on kali linux 2.0 #Installation ```bash git clone --recursive git://github.com/n1nj4sec/pupy.git pupy -pip install rpyc -pip install pefile -pip install pycrypto -pip install yaml +pip install -r requirements.txt ``` ##Troubleshooting If you have some issues with rpyc while running the server on windows, take a look at issue #25, @deathfantasy made a fix