Update README.md (#923)

Added a step in the readme for pipx-installation, to make sure 'pipx ensurepath' is executed to access the installed packages.
This commit is contained in:
mave2k 2023-01-16 00:18:17 +01:00 committed by GitHub
parent 0688729785
commit 227a3e2836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ If you aren't familiar with installing python applications, I recommend you inst
* Open `Terminal` (search for `Terminal` in Spotlight or look in `Applications/Utilities`)
* Install `homebrew` according to instructions at [https://brew.sh/](https://brew.sh/)
* Type the following into Terminal: `brew install pipx`
* Ensure that pipx installed packages are accessible in your PATH by typing: `pipx ensurepath`
* Then type this: `pipx install osxphotos`
* Now you should be able to run `osxphotos` by typing: `osxphotos`