From ab8c9fc6e4382027e28e0321e85a1b889110133f Mon Sep 17 00:00:00 2001 From: Jack Lamberti Date: Sun, 16 Oct 2016 23:16:07 -0400 Subject: [PATCH] Added install from requirements file into README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 03f6d86..525f656 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,20 @@ Other python versions maybe not **supported** at the moment. ##Dependencies: +Sublist3r depends on the `requests`, `dnspython` and `argparse` python modules. These dependencies can be installed using the requirements file: +- Installation on Windows: + +``` +c:\python27\python.exe -m pip install -r requirements.txt +``` + +- Installation on Linux +``` +sudo pip install -r requirements.txt +``` + +Alternatively, each module can be installed independently as shown below. + ####Requests library (http://docs.python-requests.org/en/latest/) - Install for Windows: