Spaces:
Running
Running
Steps to install
- Make sure that python are installed and also pip you can use
python
command to check if python is installed or not. - Also make sure to check if pip is installed or not by using the command
pip
if pip is not working then you can use commandpython -m pip install -r requirements.txt
or if python command is not working then you can usepython3 -m pip install -r requirements.txt
. - If
python3
is working then make sure to edit the filerun.bat
and changepython
topython3
- Then double click on the
install.bat
ifpython
command is working fine. - Then
pip install webdriver-manager
if this command does not work then usepython -m pip install webdriver-manager
if python command does not work then use python3 insted - Now everything is up and running
Steps to use
- To use the script just double click on the
run.bat
file - Then open
http://127.0.0.1:7860
this link in the browser and you are good to go