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