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 @@ -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
1111Usable executable should be in the build directory.
1212
You can’t perform that action at this time.
0 commit comments