File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ to overwrite the original files.
19
19
### How to build it?
20
20
1 . Make sure you have installed [ Python 3] ( https://www.python.org/downloads/ )
21
21
2 . Get these:
22
- - [ Pillow] ( https://pypi.python.org/pypi/Pillow/3.4.2 )
23
- - [ enum34] ( https://pypi.python.org/pypi/enum34 )
24
- - [ py2exe] ( https://pypi.python.org/pypi/py2exe/ )
25
- - [ setuptools] ( https://pypi.python.org/pypi/setuptools )
22
+ | Module |
23
+ | ----------------------------------------------------- | ------------------------- |
24
+ | [ Pillow] ( https://pypi.python.org/pypi/Pillow/3.4.2 ) | ` pip install Pillow ` |
25
+ | [ enum34] ( https://pypi.python.org/pypi/enum34 ) | ` pip install enum34 ` |
26
+ | [ py2exe] ( https://pypi.python.org/pypi/py2exe/ ) | ` pip install py2exe ` |
27
+ | [ setuptools] ( https://pypi.python.org/pypi/setuptools ) | ` pip install setuptools ` |
28
+
26
29
3 . Run ` build.bat `
27
30
28
31
### Version info
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env python
1
+ #! /usr/bin/python3
2
2
3
3
# Batch Image Resize
4
4
# Copyright (c) 2016 dn0z
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env python
1
+ #! /usr/bin/python3
2
2
3
3
# Batch Image Resize - imgedit module
4
4
# Copyright (c) 2016 dn0z
You can’t perform that action at this time.
0 commit comments