python requirements

This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-10-12 14:00:52 -03:00
parent a93640fe22
commit 10b2b0697e
2 changed files with 10 additions and 1 deletions

View File

@ -58,7 +58,7 @@ The build process has a few python packages required that are located in `requir
To install them simply run in a terminal:
```bash
python3 -m pip install -r requirements.txt
python3 -m pip install -r ./tools/requirements-python.txt
```
#### 4. Prepare a base ROM

View File

@ -0,0 +1,9 @@
spimdisasm==1.17.0
rabbitizer==1.7.0
PyYAML
pylibyaml
tqdm
intervaltree
colorama
pygfxd
n64img>=0.1.4