Hello,
Thank you for this amazing work!
DI-Bench is truly impressive and shows great potential in simplifying dependency analysis. I would like to use dibench.depinfer to extract the dependencies of a given GitHub project. My goal is as follows:
- Clone a project from GitHub.
- Use
dibench.depinferto extract its dependencies.
- Install the extracted dependencies automatically.
Could you please provide detailed guidance or examples on how to achieve this?
Thank you!