Skip to content

Commit

Permalink
Updated install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Nov 18, 2024
1 parent 4f7895c commit a8ab36d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,13 @@ The recommended way to install `osxphotos` is via the [uv](https://github.com/as
* Install `uv` by running the following command in Terminal:

```bash
curl -fsSL https://uv.astral.sh | sh
curl -LsSf https://astral.sh/uv/install.sh | sh
```

If you previously installed `uv`, upgrade to the latest version:

```bash
uv self update
```

* Type the following into Terminal:
Expand All @@ -92,7 +98,7 @@ Once you've installed osxphotos with `uv`, to upgrade to the latest version:
uv tool upgrade osxphotos
```

If you want to try `osxphotos` without installing it, you can run `uv tool run osxphotos`.
If you want to try `osxphotos` without installing it, you can run `uv tool run osxphotos` or `uvx osxphotos`.

### Installation using pip

Expand Down

0 comments on commit a8ab36d

Please sign in to comment.