diff --git a/Install-and-run-the-program.md b/Install-and-run-the-program.md new file mode 100644 index 0000000..ea72de6 --- /dev/null +++ b/Install-and-run-the-program.md @@ -0,0 +1,21 @@ +# Let's download the App! + +## Windows (all versions) +1. Go to the main page, click on the release you'd like to download (located on the right) +2. Download the executable, run it and follow the steps in the setup + +## GNU/Linux (all distros) +1. Download the source code of the latest release +2. Extract the folder "BiogasControllerApp VX.x". +3. Open a terminal and type "pip install kivy[base]", press enter. +4. Once the other installation is done, type: "pip install pyserial" + + +# Run the app + +## Windows (all versions) +1. Double click the desktop shortcut, use windows search, open it using the start menu entry or by navigating into the save folder + +## GNU/Linux (all distros) +1. Open a terminal and cd into the folder where you saved the folder beforehands +2. type "python biogascontrollerapp.py" \ No newline at end of file