Continuing work on optimising the wiki

simplePCBuilding
2022-02-22 09:15:28 +01:00
parent 7d1a129070
commit 216ef821bf

@@ -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