diff --git a/README.md b/README.md index 9ea9b9a2..c9c3c733 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This package will read Photos databases for any supported version on any support ## Installation instructions -osxmetadata uses setuptools, thus simply run: +OSXPhotos uses setuptools, thus simply run: python3 setup.py install diff --git a/cli.py b/cli.py index cb4ef34c..7585ba68 100644 --- a/cli.py +++ b/cli.py @@ -3,7 +3,7 @@ To build this into an executable: - install pyinstaller: python3 -m pip install pyinstaller - - then use build_cli_exe.sh to run pyinstaller or execute the following command: + - then use make_cli_exe.sh to run pyinstaller or execute the following command: pyinstaller --onefile --hidden-import="pkg_resources.py2_warn" --name osxphotos --add-data osxphotos/templates/xmp_sidecar.mako:osxphotos/templates cli.py Resulting executable will be in "dist/osxphotos"