mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 13:54:24 +00:00
Continuing work on optimising the wiki
@@ -29,11 +29,27 @@
|
|||||||
|
|
||||||
# DOWNLOAD dev versions (if you run into a bug, then this may help)
|
# 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.
|
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
|
## Installing GIT
|
||||||
|
### GNU/Linux
|
||||||
1. open a bash terminal
|
1. open a bash terminal
|
||||||
|
|
||||||
### Debian / Ubuntu based distros
|
#### Debian / Ubuntu based distros
|
||||||
2. type sudo apt-get install git
|
2. type sudo apt-get install git
|
||||||
|
|
||||||
### Arch based distros
|
#### Arch based distros
|
||||||
2. type sudo pacman install git
|
2. type sudo pacman install git
|
||||||
|
|
||||||
|
#### Fedora based distros
|
||||||
|
2. type sudo dnf -y install git
|
||||||
|
|
||||||
|
|
||||||
|
### MacOS
|
||||||
|
1. open a terminal and type: sudo port install git
|
||||||
|
|
||||||
|
### Windows
|
||||||
|
1. head to this link, download and install the package: https://git-scm.com/download/win
|
||||||
|
|
||||||
|
## Installing Python + required packages:
|
||||||
|
### GNU/Linux (most distros)
|
||||||
|
1. Pygho
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user