Skip to content

Commit 0aa6df6

Browse files
author
dn0z
committed
Updated README
1 parent 07eb982 commit 0aa6df6

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ to overwrite the original files.
1919
### How to build it?
2020
1. Make sure you have installed [Python 3](https://www.python.org/downloads/)
2121
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+
2629
3. Run `build.bat`
2730

2831
### Version info

bir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#! /usr/bin/python3
22

33
# Batch Image Resize
44
# Copyright (c) 2016 dn0z

imgedit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#! /usr/bin/python3
22

33
# Batch Image Resize - imgedit module
44
# Copyright (c) 2016 dn0z

0 commit comments

Comments
 (0)