Skip to content

Commit 6999761

Browse files
committed
Update README.md
1 parent e9e79ce commit 6999761

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ Batch processing image files by utilizing **[Pillow / PIL](https://github.com/py
44
Resize, rotate, add border or do default actions on a single image file or all image files in a folder.
55
Tested these image file formats (**HEIC, JPG, PNG**) on macOS.
66

7+
### Installation
8+
9+
#### One Time Setup
10+
11+
One time installation of the `uv` tool to prepare for **All** future Python tools installation.
12+
Install `uv` tool by its standalone installers:
13+
14+
```
15+
# On macOS and Linux.
16+
curl -LsSf https://astral.sh/uv/install.sh | sh
17+
```
18+
19+
```
20+
# On Windows.
21+
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
22+
```
23+
24+
#### Install the `batch_img` tool
25+
26+
Install the `batch_img` tool from PyPI:
27+
28+
```
29+
uv pip install --upgrade batch_img
30+
```
31+
732
### Usage
833

934
#### Sample command lines:

0 commit comments

Comments
 (0)