Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 629 Bytes

Installation.md

File metadata and controls

9 lines (9 loc) · 629 Bytes
  1. Clone the Github repository to a desired location on your computer. You will need git to be preinstalled on your machine. Once the repository is cloned, you will then cd into the local repository.
git clone https://github.com/ineelshah/SRIJAS.git
cd SRIJAS
  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