From 10b2b0697e991440845b13ca64bd02d78f1ae520 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Thu, 12 Oct 2023 14:00:52 -0300 Subject: [PATCH] python requirements --- README.md | 2 +- tools/requirements-python.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 tools/requirements-python.txt 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