Follow the steps below to run the project:
- Ensure that Git is installed on your local machine. If not, you can download it from the official Git website.
- Install the necessary Python packages by running
pip install -r requirements.txt
in the project directory. - Rename the file
temp.run.py
torun.py
. - Open
run.py
and locate the linerepo_path = "path/to/repo"
. - Replace
"path/to/repo"
with the local path of the repository you want to analyze. - Save the changes and run
run.py
.
Please ensure that you have the necessary permissions to read the repository and write to the output directory.