From 216ef821bfcfcc3881a6ebeb9fbef2830e312249 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Tue, 22 Feb 2022 09:15:28 +0100 Subject: [PATCH] Continuing work on optimising the wiki --- Install-and-run-the-program.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/Install-and-run-the-program.md b/Install-and-run-the-program.md index 994ecd9..a6c8e91 100644 --- a/Install-and-run-the-program.md +++ b/Install-and-run-the-program.md @@ -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 +