diff --git a/README.md b/README.md index 1e8cd53d..30585c66 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tools/requirements-python.txt b/tools/requirements-python.txt new file mode 100644 index 00000000..687bc0d9 --- /dev/null +++ b/tools/requirements-python.txt @@ -0,0 +1,9 @@ +spimdisasm==1.17.0 +rabbitizer==1.7.0 +PyYAML +pylibyaml +tqdm +intervaltree +colorama +pygfxd +n64img>=0.1.4 \ No newline at end of file