ref: ced753c6b30674757b770e146438635e2903194f
parent: 5ec6b52af263fcd3330f79a4bfaef573fcc786b5
author: Bryan Bishop <[email protected]>
date: Mon Aug 5 07:16:45 EDT 2013
update install text to say extras/requirements.txt The requirements.txt file should be from the submodule, and not for the pokecrystal project.
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -81,7 +81,7 @@
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 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