Skip to content

Commit f3cd74d

Browse files
committed
more changes to README
1 parent 509fe9b commit f3cd74d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

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

55
## Building it yourself
66

7+
You'll need a working Python 3.6 environment. I've only tested this with Python 3.6.
8+
79
1. Install pyinstaller so you can build the exe, which is a packaged python distribution (no dependancy on python) - `pip install pyinstaller`
810
2. Install the required packages, hopefully requirements.txt is complete - `pip install -r requirements.txt`
911
3. Build the project - `pyinstaller --onefile src/romloader.py`

0 commit comments

Comments
 (0)