diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -18,3 +18,14 @@ muddle $ ./muddle --gui ``` The code is a bit garbage, as I hacked it toghether in one morning, though I've tried to clean it up a bit. + +## Compilation / Release +To create an executable you need PyInstaller, you can get it with +``` +$ pip3 install pyinstaller +``` +And then run +``` +$ pyinstaller --onefile muddle +``` +The computer will think for a while, and then once its done there will be a single executable `dist/muddle`. |