diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-05 11:16:45 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-05 11:16:45 -0500 |
commit | ced753c6b30674757b770e146438635e2903194f (patch) | |
tree | 6f63f26fb32119243b7ef2251324c1f178ff291e | |
parent | 5ec6b52af263fcd3330f79a4bfaef573fcc786b5 (diff) |
update install text to say extras/requirements.txt
The requirements.txt file should be from the submodule, and not for the
pokecrystal project.
-rw-r--r-- | INSTALL.md | 4 |
1 files 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 |