From ced753c6b30674757b770e146438635e2903194f Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 5 Aug 2013 11:16:45 -0500 Subject: [PATCH] update install text to say extras/requirements.txt The requirements.txt file should be from the submodule, and not for the pokecrystal project. --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index bbfaff873..acae6772c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -81,7 +81,7 @@ git clone https://github.com/kanzure/pokecrystal cd pokecrystal # install python requirements -pip install -r requirements.txt +pip install -r extras/requirements.txt ``` ## Don't forget baserom.gbc!! @@ -138,7 +138,7 @@ git submodule init git submodule update # install python requirements -pip install -r requirements.txt +pip install -r extras/requirements.txt # use hexdump to diff binary files git config diff.hex.textconv hexdump