Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.33 KB

REQUIREMENTS.md

File metadata and controls

24 lines (18 loc) · 1.33 KB

Requirements

This page includes useful information on the supported Operating Systems as well as the software requirements to run all the scripts used in data extraction.

Operating System

Microsoft Windows

Microsoft windows was used to develop and run all the scripts used in the process of data extraction and filtering and hence we strongly recommend to run all the files on windows operating system itself.

Software requirements

Pre-requisites:

  1. Python version 3.8.3 (or above)
  2. Java(TM) SE Runtime Environment (build 1.8.0_144 and above)
  3. Git for Windows

Setting up the Python Environment

Run the following commands to install the required python packages

  1. pip install progress (Progress Library: Helps with visual representation of logs processed)
  2. pip install gitpython (GitPython: Python library to use GitAPIs)

Cloning this repository

Launch the git bash command prompt (https://www.stanleyulili.com/git/how-to-install-git-bash-on-windows/) and clone this artefact repository using the command

git clone https://github.com/pag-iiitd/DocDependency.git

Alternatively, you may download this artefact repository as a zip folder from https://github.com/pag-iiitd/DocDependency/archive/master.zip and unzip the folder.