瀏覽代碼

Added build instructions.

Adam Day 2 年之前
父節點
當前提交
3d5da5b7ed
共有 1 個文件被更改,包括 10 次插入1 次删除
  1. 10 1
      README.md

+ 10 - 1
README.md

@@ -22,4 +22,13 @@ Download the new version of the tool and extract it to it's own directory.
 
 1. Close the tool if it's running. 
 2. Open a file manager and navigate to the old version directory.
-3. Inside the "app" directory, move "app.db" and "schedule.db" to the app directory of the new tool. 
+3. Inside the "app" directory, move "app.db" and "schedule.db" to the app directory of the new tool.
+
+## Building Instructions
+
+Make sure pyinstaller is installed: pip install pyinstaller
+- Open into the projects working directory where app.py is located.
+- Run the following command: pyinstaller app.py
+- This will create new directories in the working directory: "build" and "dist"
+- Once completed copy the following static directories and files into the dist/app directory: "static", "templates", "LICENSE", "README.md"
+- Now the tool can be packaged into a ZIP for distribution.