File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ to overwrite the original files.
20
20
1 . Make sure you have installed [ Python 3] ( https://www.python.org/downloads/ )
21
21
2 . Get these:
22
22
23
- | Module | Installation command |
24
- | ----------------------------------------------------- | ------------------------- |
25
- | [ Pillow] ( https://pypi.python.org/pypi/Pillow/3.4.2 ) | ` pip install Pillow ` |
26
- | [ enum34] ( https://pypi.python.org/pypi/enum34 ) | ` pip install enum34 ` |
27
- | [ py2exe] ( https://pypi.python.org/pypi/py2exe/ ) | ` pip install py2exe ` |
28
- | [ setuptools] ( https://pypi.python.org/pypi/setuptools ) | ` pip install setuptools ` |
23
+ | Module | Installation command |
24
+ | ----------------------------------------------------- | ------------------------- |
25
+ | [ Pillow] ( https://pypi.python.org/pypi/Pillow/3.4.2 ) | ` pip install Pillow ` |
26
+ | [ enum34] ( https://pypi.python.org/pypi/enum34 ) | ` pip install enum34 ` |
27
+ | [ py2exe] ( https://pypi.python.org/pypi/py2exe/ ) | ` pip install py2exe ` |
28
+ | [ setuptools] ( https://pypi.python.org/pypi/setuptools ) | ` pip install setuptools ` |
29
29
30
30
3 . Run ` build.bat `
31
31
You can’t perform that action at this time.
0 commit comments