summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-08-12 22:19:36 -0400
committeryenatch <yenatch@gmail.com>2015-08-12 22:19:36 -0400
commitb77741ff7020747dbee6b295b87afe6ef0963dd2 (patch)
treeb3741be61f29fdc4d609d2ca75f2fe309753c49b
parent7363545ab24cf905b77ca197536772b2d6904134 (diff)
Add missing pypng lines to INSTALL.md.
fixes 5e8112e305066957139e1e8b1e3151408e2917ac
-rw-r--r--INSTALL.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 84ed0ee3d..26e18ffe8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -10,6 +10,7 @@ Note that this requires python2.7 for the moment.
cd ..
git clone --recursive git://github.com/kanzure/pokecrystal.git
+ easy_install pypng
cd pokecrystal
To build **pokecrystal.gbc**:
@@ -33,6 +34,7 @@ In the shell, run:
cd ..
git clone --recursive git://github.com/kanzure/pokecrystal.git
+ easy_install pypng
cd pokecrystal
To build **pokecrystal.gbc**:
@@ -52,6 +54,7 @@ Put `rgbasm.exe`, `rgblink.exe` and `rgbfix.exe` in `C:\cygwin\usr\local\bin`.
In the **Cygwin terminal**:
git clone --recursive git://github.com/kanzure/pokecrystal.git
+ easy_install pypng
cd pokecrystal
To build: