From 40b9f0917584d99af44f6ed75dd98ae857578a92 Mon Sep 17 00:00:00 2001 From: arefdsg <38925511+arefdsg@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:05:04 -0300 Subject: [PATCH 1/2] Update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7ff26b5b..66aef026 100644 --- a/Makefile +++ b/Makefile @@ -279,6 +279,7 @@ distclean: clean libclean venv: test -d $(VENV) || python3 -m venv $(VENV) + $(PYTHON) -m ensurepip --upgrade $(PYTHON) -m pip install -U pip $(PYTHON) -m pip install -U -r requirements.txt From c900f30861eac441da1c9076568534b80a72457b Mon Sep 17 00:00:00 2001 From: arefdsg <38925511+arefdsg@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:11:21 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6389b8a4..155eea8d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Under Debian / Ubuntu (which we recommend using), you can install them with the ```bash sudo apt update -sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip +sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip python3-venv ``` **Please also ensure that the Python version installed is >3.7.** @@ -27,8 +27,8 @@ python3 -m pip install -r requirements.txt ``` # To use -1. Place the US Pokemon Stadium 1.0 rom into the root of the repository as "baserom.z64". -2. Set up tools and extract the rom: `make setup` +1. Place the US Pokemon Stadium 1.0 rom into the repository's "/baseroms/us/" folder as "baserom.z64". +2. Set up tools and extract the rom: `make init` 3. Re-assemble the rom: `make` For contacts and other pret projects, see [pret.github.io](https://pret.github.io/).