Skip to content

Commit

Permalink
fix: pyexif lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
baidakovil committed Dec 27, 2023
1 parent 9f7abee commit eddbe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Helpful when your DSLR camera **have no gps**, but your phone **have**
## What I need to run?

* Make sure you have `Python 3`
* Install library `piexif` in your Python installation, typically `pip install piexif`
* Install library `pyexif` in your Python installation, typically `pip install pyexif`
* Your phone and camera should be **time-synchronized** for app to work out-of-box
If not, you can adjust time with `HOURS_UTC_OFFSET_GPX`, `HOURS_UTC_OFFSET_JPG` values
*
Expand Down

0 comments on commit eddbe5e

Please sign in to comment.