Skip to content

Commit

Permalink
Merge pull request #109 from arefdsg/master
Browse files Browse the repository at this point in the history
Update readme and makefile
  • Loading branch information
RevoSucks authored Aug 20, 2024
2 parents aeb2c66 + c900f30 commit 77ca016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand All @@ -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/).

0 comments on commit 77ca016

Please sign in to comment.