Created Install and run the program (markdown)

simplePCBuilding
2022-01-27 16:51:40 +00:00
parent 516e76892e
commit 17fc9ba7ec

@@ -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"