Merge pull request #43 from jamlamberti/master

Added install from requirements file
This commit is contained in:
Ahmed Aboul-Ela 2016-10-18 19:27:06 +04:00 committed by GitHub
commit eb96ea1945
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: