Skip to content

Commit

Permalink
Added install from requirements file into README
Browse files Browse the repository at this point in the history
  • Loading branch information
jamlamberti authored Oct 17, 2016
1 parent cab5522 commit ab8c9fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ab8c9fc

Please sign in to comment.