devanshbatham / ParamSpider

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

-requirements #98

Open jamatou opened 1 year ago

jamatou commented 1 year ago

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

mojtabaidrisa commented 1 year ago

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

dahabjr commented 9 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 .