mirror of
https://github.com/snesrev/zelda3.git
synced 2025-12-19 18:05:55 -05:00
Add requirements.txt. Fixes #60
This commit is contained in:
@@ -23,7 +23,7 @@ I got much assistance from spannierism's Zelda 3 JP disassembly and the other on
|
|||||||
- a `tables/zelda3.sfc` US ROM file (for asset extraction step only)
|
- a `tables/zelda3.sfc` US ROM file (for asset extraction step only)
|
||||||
- SHA256 : `66871d66be19ad2c34c927d6b14cd8eb6fc3181965b6e517cb361f7316009cfb`.
|
- SHA256 : `66871d66be19ad2c34c927d6b14cd8eb6fc3181965b6e517cb361f7316009cfb`.
|
||||||
- The `pillow` and `pyyaml` python dependencies used by the assets extractor.
|
- The `pillow` and `pyyaml` python dependencies used by the assets extractor.
|
||||||
- `pip install pillow pyyaml`
|
- `python -m pip install -r requirements.txt`
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
|
|||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Pillow
|
||||||
|
PyYAML
|
||||||
Reference in New Issue
Block a user