We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509fe9b commit f3cd74dCopy full SHA for f3cd74d
README.md
@@ -4,6 +4,8 @@ Lets you easily load a ROM onto your sd2snes by using usb2snes! Great for Rando
4
5
## Building it yourself
6
7
+You'll need a working Python 3.6 environment. I've only tested this with Python 3.6.
8
+
9
1. Install pyinstaller so you can build the exe, which is a packaged python distribution (no dependancy on python) - `pip install pyinstaller`
10
2. Install the required packages, hopefully requirements.txt is complete - `pip install -r requirements.txt`
11
3. Build the project - `pyinstaller --onefile src/romloader.py`
0 commit comments