File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Under Debian / Ubuntu (which we recommend using), you can install them with the
13
13
14
14
``` bash
15
15
sudo apt update
16
- sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip
16
+ sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip python3-venv
17
17
```
18
18
19
19
** Please also ensure that the Python version installed is >3.7.**
@@ -27,8 +27,8 @@ python3 -m pip install -r requirements.txt
27
27
```
28
28
29
29
# To use
30
- 1 . Place the US Pokemon Stadium 1.0 rom into the root of the repository as "baserom.z64".
31
- 2 . Set up tools and extract the rom: ` make setup `
30
+ 1 . Place the US Pokemon Stadium 1.0 rom into the repository's "/baseroms/us/" folder as "baserom.z64".
31
+ 2 . Set up tools and extract the rom: ` make init `
32
32
3 . Re-assemble the rom: ` make `
33
33
34
34
For contacts and other pret projects, see [ pret.github.io] ( https://pret.github.io/ ) .
You can’t perform that action at this time.
0 commit comments