Added instructions for python 3.11/pipx

This commit is contained in:
Rhet Turnbull
2022-11-07 22:13:22 -08:00
parent dcc16c92c1
commit 2e38a56f26

View File

@@ -73,6 +73,11 @@ Once you've installed osxphotos with pipx, to upgrade to the latest version:
pipx upgrade osxphotos
If you get an error during the installation, it's possible `pipx` attempted to install osxphotos with python 3.11 which osxphotos is not yet compatible with. In that case, try the following:
* `brew install python@3.10`
* `pipx install --python python3.10 osxphotos`
### Installation using pip
You can also install directly from [pypi](https://pypi.org/project/osxphotos/):