Added install from requirements file into README

This commit is contained in:
Jack Lamberti 2016-10-16 23:16:07 -04:00 committed by GitHub
parent cab552215e
commit ab8c9fc6e4
1 changed files with 14 additions and 0 deletions

View File

@ -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: