Skip to content

Commit 37b322c

Browse files
committed
Add requirements.txt. Fixes snesrev#60
1 parent 5efb2ca commit 37b322c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ I got much assistance from spannierism's Zelda 3 JP disassembly and the other on
2323
- a `tables/zelda3.sfc` US ROM file (for asset extraction step only)
2424
- SHA256 : `66871d66be19ad2c34c927d6b14cd8eb6fc3181965b6e517cb361f7316009cfb`.
2525
- The `pillow` and `pyyaml` python dependencies used by the assets extractor.
26-
- `pip install pillow pyyaml`
26+
- `python -m pip install -r requirements.txt`
2727

2828
## Compiling
2929

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Pillow
2+
PyYAML

0 commit comments

Comments
 (0)