Skip to content

Commit 509fe9b

Browse files
committed
quick fix
1 parent d4c4f4c commit 509fe9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Lets you easily load a ROM onto your sd2snes by using usb2snes! Great for Rando
44

55
## Building it yourself
66

7-
Install pyinstaller so you can build the exe, which is a packaged python distribution (no dependancy on python) - `pip install pyinstaller`
8-
Install the required packages, hopefully requirements.txt is complete - `pip install -r requirements.txt`
9-
Build the project - `pyinstaller --onefile src/romloader.py`
7+
1. Install pyinstaller so you can build the exe, which is a packaged python distribution (no dependancy on python) - `pip install pyinstaller`
8+
2. Install the required packages, hopefully requirements.txt is complete - `pip install -r requirements.txt`
9+
3. Build the project - `pyinstaller --onefile src/romloader.py`
1010

1111
Usable executable should be in the build directory.
1212

0 commit comments

Comments
 (0)