diffuse icon indicating copy to clipboard operation
diffuse copied to clipboard

Feature Request: Add pyproject.toml

Open EmperorArthur opened this issue 6 months ago • 0 comments

Underlying Issue

The project uses the old requirements.txt format instead of the modern "pyproject.toml" file.

Use case

I would like to install this as a python package. Which is much easier than having to manually pull everything down, make sure the requirements.txt is installed, then having to link the program manually to my bin folder.

pip install git+https://github.com/MightyCreak/diffuse.git

Users like me are forced to use windows for work / gaming, and would like to take advantage of this project without having to jump through hoops.

EmperorArthur avatar Jun 15 '25 19:06 EmperorArthur