mirror of https://github.com/pret/pokecrystal.git
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:
parent
5ec6b52af2
commit
ced753c6b3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue