Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 805 Bytes

INSTALLATION.md

File metadata and controls

17 lines (15 loc) · 805 Bytes

  1. Clone the github repository at the preferable location in your system. You will need git to be preinstalled in the system. Once the repository is cloned in your system, with the help of cd command ,
git clone https://github.com/het-patel99/cheapBuy.git
cd cheapBuy
  1. This project uses Python 3, so make sure that Python and Pip are preinstalled. All requirements of the project are listed in the requirements.txt file. Use pip to install all of those.
pip install -r requirements.txt
  1. To run the server
python3 code/web_scrappers/server_api.py

  1. Load extension in the chrome by just adding the code/extension folder to the load unpacked button on the top left in chrome://extensions.