ParamSpider
ParamSpider copied to clipboard
-requirements
Hi, Do i need to install ""pip3 install -r requirements.txt""? Becuase i dont see it in Installation. Thanks, Jamshid
you can install the requirements manually by 'pip3 install requests colorama' and you can find theme in setup.py file
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 .