From 706361ea5f5b7339e44ac4886fa6e793605ae0fd Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 7 Feb 2013 20:39:25 -0600 Subject: [PATCH] use pypng as a dependency --- INSTALL.md | 4 ++++ README.md | 3 +++ requirement.txt | 1 + 3 files changed, 8 insertions(+) create mode 100644 requirement.txt diff --git a/INSTALL.md b/INSTALL.md index 979e69c06..da91a08fb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,6 +5,7 @@ sudo apt-get install make gcc bison git python python-setuptools # 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 @@ -21,6 +22,9 @@ which rgbasm git clone git://github.com/kanzure/pokecrystal.git cd pokecrystal +# install python requirements +pip install -r requirements.txt + make clean && make ``` diff --git a/README.md b/README.md index 04196c452..ff3ab21f6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ sudo apt-get install make gcc bison git python python-setuptools # 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 @@ -39,6 +40,8 @@ which rgbasm git clone https://github.com/kanzure/pokecrystal.git cd pokecrystal +pip install -r requirements.txt + make clean && make ``` diff --git a/requirement.txt b/requirement.txt new file mode 100644 index 000000000..af0addcb2 --- /dev/null +++ b/requirement.txt @@ -0,0 +1 @@ +-e git://github.com/drj11/pypng.git@master#egg=pypng