mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 13:54:24 +00:00
Update the guide to also include some instructions for MacOS
@@ -4,7 +4,7 @@
|
||||
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)
|
||||
## GNU/Linux (all distros), MacOS (for now)
|
||||
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.
|
||||
@@ -18,4 +18,11 @@
|
||||
|
||||
## GNU/Linux (all distros)
|
||||
1. Open a terminal and cd into the folder where you saved the folder beforehands
|
||||
2. type "python biogascontrollerapp.py"
|
||||
2. type "python3 biogascontrollerapp.py"
|
||||
|
||||
## MacOS (all versions)
|
||||
1. Open the terminal.
|
||||
2. If you know where exactly you have saved the folder you downloaded before, then you can head to step 4.
|
||||
3. Locate your downloaded file in Finder and remember the file path to it.
|
||||
4. head to the terminal and type "cd ./[followed by the path. Put a slash (/) after every folder name. You may use the tab key to autocomplete]"). Important! Do not write the quotation marks nor the square brackets with its content! Also, do not type in the last slash and also not the name of the python file you are going to execute.
|
||||
5. Now type in "python3 biogascontrollerapp.py". Same here, without the quotation marks
|
||||
Reference in New Issue
Block a user