ref: 706361ea5f5b7339e44ac4886fa6e793605ae0fd
parent: 325234892970f5b4b8779700bd649c52dee23705
author: Bryan Bishop <[email protected]>
date: Thu Feb 7 15:39:25 EST 2013
use pypng as a dependency
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,6 +5,7 @@
# unittest2 is required if using python2.6
sudo easy_install unittest2
+sudo easy_install pip
# download rgbds source code
git clone git://github.com/bentley/rgbds.git
@@ -20,6 +21,9 @@
# download pokecrystal
git clone git://github.com/kanzure/pokecrystal.git
cd pokecrystal
+
+# install python requirements
+pip install -r requirements.txt
make clean && make
```
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@
# unittest2 is required if using python2.6
sudo easy_install unittest2
+sudo easy_install pip
# download rgbds source code
git clone git://github.com/bentley/rgbds.git
@@ -38,6 +39,8 @@
# download pokecrystal
git clone https://github.com/kanzure/pokecrystal.git
cd pokecrystal
+
+pip install -r requirements.txt
make clean && make
```
--- /dev/null
+++ b/requirement.txt
@@ -1,0 +1,1 @@
+-e git://github.com/drj11/pypng.git@master#egg=pypng