We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efb2ca commit 37b322cCopy full SHA for 37b322c
README.md
@@ -23,7 +23,7 @@ I got much assistance from spannierism's Zelda 3 JP disassembly and the other on
23
- a `tables/zelda3.sfc` US ROM file (for asset extraction step only)
24
- SHA256 : `66871d66be19ad2c34c927d6b14cd8eb6fc3181965b6e517cb361f7316009cfb`.
25
- The `pillow` and `pyyaml` python dependencies used by the assets extractor.
26
- - `pip install pillow pyyaml`
+ - `python -m pip install -r requirements.txt`
27
28
## Compiling
29
requirements.txt
@@ -0,0 +1,2 @@
1
+Pillow
2
+PyYAML
0 commit comments