Explorar o código

Added build instructions.

Adam Day %!s(int64=2) %!d(string=hai) anos
pai
achega
3d5da5b7ed
Modificáronse 1 ficheiros con 10 adicións e 1 borrados
  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.