Merge pull request #127 from britiscurious/master
fixed some minor findings...
This commit is contained in:
@@ -42,7 +42,7 @@ This package will read Photos databases for any supported version on any support
|
|||||||
|
|
||||||
## Installation instructions
|
## Installation instructions
|
||||||
|
|
||||||
osxmetadata uses setuptools, thus simply run:
|
OSXPhotos uses setuptools, thus simply run:
|
||||||
|
|
||||||
python3 setup.py install
|
python3 setup.py install
|
||||||
|
|
||||||
|
|||||||
2
cli.py
2
cli.py
@@ -3,7 +3,7 @@
|
|||||||
To build this into an executable:
|
To build this into an executable:
|
||||||
- install pyinstaller:
|
- install pyinstaller:
|
||||||
python3 -m pip 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
|
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"
|
Resulting executable will be in "dist/osxphotos"
|
||||||
|
|||||||
Reference in New Issue
Block a user