first updates to allow download of dev versions

simplePCBuilding
2022-02-22 08:35:48 +01:00
parent 65c4b09858
commit 7d1a129070

@@ -26,3 +26,14 @@
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