mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 13:54:24 +00:00
Created Install and run the program (markdown)
21
Install-and-run-the-program.md
Normal file
21
Install-and-run-the-program.md
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user