This commit is contained in:
Internet Ninja 2024-05-30 19:27:40 +05:30 committed by GitHub
commit a7956c2882
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Sublist3r currently supports **Python 2** and **Python 3**.
* The recommended version for Python 2 is **2.7.x**
* The recommended version for Python 3 is **3.4.x**
* Make sure you selected "Add to path" when installing python2/3
## Dependencies:
Sublist3r depends on the `requests`, `dnspython` and `argparse` python modules.
@ -30,7 +30,7 @@ These dependencies can be installed using the requirements file:
- Installation on Windows:
```
c:\python27\python.exe -m pip install -r requirements.txt
python.exe -m pip install -r requirements.txt
```
- Installation on Linux
```