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 +