devanshbatham / ParamSpider

Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing
MIT License
2.34k stars 403 forks source link

-requirements #98

Open jamatou opened 10 months ago

jamatou commented 10 months ago

Hi, Do i need to install ""pip3 install -r requirements.txt""? Becuase i dont see it in Installation. Thanks, Jamshid

mojtabaidrisa commented 9 months ago

you can install the requirements manually by 'pip3 install requests colorama' and you can find theme in setup.py file

dahabjr commented 5 months ago

no need for that , just copy the installation code to ur terminal :

dont forget the dot after [ pip install . ]

git clone https://github.com/devanshbatham/paramspider cd paramspider pip install .