update install text to say extras/requirements.txt

The requirements.txt file should be from the submodule, and not for the
pokecrystal project.
This commit is contained in:
Bryan Bishop 2013-08-05 11:16:45 -05:00
parent 5ec6b52af2
commit ced753c6b3
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ git clone https://github.com/kanzure/pokecrystal
cd pokecrystal cd pokecrystal
# install python requirements # install python requirements
pip install -r requirements.txt pip install -r extras/requirements.txt
``` ```
## Don't forget baserom.gbc!! ## Don't forget baserom.gbc!!
@ -138,7 +138,7 @@ git submodule init
git submodule update git submodule update
# install python requirements # install python requirements
pip install -r requirements.txt pip install -r extras/requirements.txt
# use hexdump to diff binary files # use hexdump to diff binary files
git config diff.hex.textconv hexdump git config diff.hex.textconv hexdump