File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,13 @@ The recommended way to install `osxphotos` is via the [uv](https://github.com/as
75
75
* Install ` uv ` by running the following command in Terminal:
76
76
77
77
``` 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
79
85
```
80
86
81
87
* Type the following into Terminal:
@@ -92,7 +98,7 @@ Once you've installed osxphotos with `uv`, to upgrade to the latest version:
92
98
uv tool upgrade osxphotos
93
99
```
94
100
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 ` .
96
102
97
103
### Installation using pip
98
104
You can’t perform that action at this time.
0 commit comments