creimers / heic-to-jpg

CLI tool for converting HEIC images to jpg.
MIT License
47 stars 12 forks source link

Update installation doc #8

Closed dasmalini closed 1 year ago

dasmalini commented 1 year ago

Description

Describe what you were trying to get done:

pip install heic-to-jpg Tell us what happened, what went wrong, and what you expected to happen: it does as it's told, which is great, but for folks unfamiliar with python, they may be running python 2.x, and this fails if it's using python 2.x

My OSX system was running python2 out of the box IIRC.

What I Did

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.

I did pip3 install heic-to-jpg and it works as expected after that. But I know python tooling, so it's unsurprising to me to do this. May not be as straightforward for others.

Recommendation

I'd recommend adding pip3 install heic-to-jpg as an alternative if the existing cli cmd fails.

Additionally, you can list that python3 is a requirement on the splash page.

Extras

Thank you so much for publishing this, you've saved me a mild headache having to write this tool myself. I hate airdropping, thinking I'm making this easier on myself, only to realize the file is a HEIC ...

creimers commented 1 year ago

@dasmalini Thanks for the feedback. I did update the install instructions.