From 17fc9ba7ec249f718ac7738f55bcbbe2725a00e4 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:51:40 +0000 Subject: [PATCH] Created Install and run the program (markdown) --- Install-and-run-the-program.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Install-and-run-the-program.md 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