mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 05:44:23 +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)
|
||||
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
|
||||
|
||||
### Debian / Ubuntu based distros
|
||||
#### Debian / Ubuntu based distros
|
||||
2. type sudo apt-get install git
|
||||
|
||||
### Arch based distros
|
||||
#### Arch based distros
|
||||
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