ParamSpider icon indicating copy to clipboard operation
ParamSpider copied to clipboard

-requirements

Open jamatou opened this issue 2 years ago • 2 comments

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

jamatou avatar Sep 10 '23 14:09 jamatou

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

mojtabaidrisa avatar Sep 30 '23 07:09 mojtabaidrisa

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 .

dahabjr avatar Feb 01 '24 09:02 dahabjr