From 3f80f786a341806fd3f07ff458b320c182b135cd Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 20 Apr 2020 08:01:09 -0700 Subject: [PATCH] Update README.md to clarify install instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 69281bad..14c6a1ba 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ osxmetadata uses setuptools, thus simply run: python3 setup.py install +If you're using python 3.6 or 3.7, you'll need to do this first to get around an issue with bpylist2: + + pip install -r requirements.txt + ## Command Line Usage This package will install a command line utility called `osxphotos` that allows you to query the Photos database. Alternatively, you can also run the command line utility like this: `python3 -m osxphotos`