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.
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.
- Python
version 3.8.3 (or above)
- Java(TM) SE Runtime Environment
(build 1.8.0_144 and above)
- Git for Windows
Run the following commands to install the required python packages
pip install progress
(Progress Library: Helps with visual representation of logs processed)pip install gitpython
(GitPython: Python library to use GitAPIs)
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.