You need to have the following tools installed:
- python3
- pip
- make
To install the python dependencies, run the following command:
make requirements
To run the feature location with the example product line, you can use the following commands:
make example_difference_logging
: Locate the feature "logger" in the example product line.
make example_difference_checked
: Locate the feature "checked" in the example product line.
make example_difference_iterative
: Locate the feature "iterative" in the example product line.