saschiwy / HeicConverter

A very simple command line tool to convert heic files to jpg
MIT License
117 stars 16 forks source link

Missing installation script #3

Closed t-pawelb closed 10 months ago

t-pawelb commented 10 months ago

hi, nice tool but missing installation script. It would be nice to have a list of dependenices to install in requirements.txt for example

pillow_heif==0.14.0
piexif==1.1.3
saschiwy commented 10 months ago

Hey @t-pawelb

Thanks a lot.

You are absolutely right. I added the requirements.txt and added a note to readme in commit: 3fbefbb

Does this close the issue for you?