From aa7c9529bf9bc5e94a2133923b4605ab86462cdf Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 16 Oct 2020 19:38:12 +0200 Subject: Write how to build an executable in README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6d40873..4f45bd2 100644 --- a/README.md +++ b/README.md @@ -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`. -- cgit v1.2.1