Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cactusbranch01 authored May 2, 2024
1 parent 5802ef8 commit 6cd60d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This directory contains Python scripts designed to facilitate the analysis of me



To analyze a conflicts comparing two merge tools:
To analyze a conflicts comparing two merge tools inside src/Python run:


python3 diff3_analysis.py <merge_tool1> <merge_tool2> <results_index> <output_directory>
Expand All @@ -48,4 +48,4 @@ python3 diff3_analysis.py <merge_tool1> <merge_tool2> <results_index> <output_di

Ex:

python3 diff3_analysis.py "gitmerge_ort" "spork" 32 "./mixed_results_spork"
python3 diff3_analysis.py "gitmerge_ort" "spork" 32 "./mixed_results_spork"

0 comments on commit 6cd60d4

Please sign in to comment.