Skip to content

Commit a8ab36d

Browse files
committed
Updated install instructions
1 parent 4f7895c commit a8ab36d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,13 @@ The recommended way to install `osxphotos` is via the [uv](https://github.com/as
7575
* Install `uv` by running the following command in Terminal:
7676

7777
```bash
78-
curl -fsSL https://uv.astral.sh | sh
78+
curl -LsSf https://astral.sh/uv/install.sh | sh
79+
```
80+
81+
If you previously installed `uv`, upgrade to the latest version:
82+
83+
```bash
84+
uv self update
7985
```
8086

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

95-
If you want to try `osxphotos` without installing it, you can run `uv tool run osxphotos`.
101+
If you want to try `osxphotos` without installing it, you can run `uv tool run osxphotos` or `uvx osxphotos`.
96102

97103
### Installation using pip
98104

0 commit comments

Comments
 (0)