Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 381 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 381 Bytes

Steps to run the project:

  1. Install the required packages

    pip install -m requirement.txt

  2. Check your chrome version and download the corresponding driver from here

  3. Create a folder 'seleniumDriver' in C drive and move chromedriver.exe to the folder

  4. Run the file

    python.exe -m uvicorn main:app --reload