shithub: zelda3

Download patch

ref: 37b322c5951e46bf82f59b77ab52678b1a7a7022
parent: 5efb2cacb879f4005a21a7e73947ee6fcb7a596d
author: Snesrev <[email protected]>
date: Mon Sep 12 15:42:11 EDT 2022

Add requirements.txt. Fixes #60

--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
 - a `tables/zelda3.sfc` US ROM file (for asset extraction step only)
   - SHA256 : `66871d66be19ad2c34c927d6b14cd8eb6fc3181965b6e517cb361f7316009cfb`. 
 - The `pillow` and `pyyaml` python dependencies used by the assets extractor.
-  - `pip install pillow pyyaml`
+  - `python -m pip install -r requirements.txt`
 
 ## Compiling
 
--- /dev/null
+++ b/requirements.txt
@@ -1,0 +1,2 @@
+Pillow
+PyYAML