You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user