mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 13:54:24 +00:00
first updates to allow download of dev versions
@@ -25,4 +25,15 @@
|
|||||||
2. If you know where exactly you have saved the folder you downloaded before, then you can head to step 4.
|
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.
|
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.
|
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
|
5. Now type in "python3 biogascontrollerapp.py". Same here, without the quotation marks
|
||||||
|
|
||||||
|
# DOWNLOAD dev versions (if you run into a bug, then this may help)
|
||||||
|
The process is similar on every operating system, though the installation process for git is different as well as the one for python.
|
||||||
|
## GNU/Linux
|
||||||
|
1. open a bash terminal
|
||||||
|
|
||||||
|
### Debian / Ubuntu based distros
|
||||||
|
2. type sudo apt-get install git
|
||||||
|
|
||||||
|
### Arch based distros
|
||||||
|
2. type sudo pacman install git
|
||||||
|
|||||||
Reference in New Issue
Block a user