Windows requirements

you can watch this video

Install python 3, GIT and Make:

Install python3 64 bits

Make sure you add python to the path

_images/190807132144.pngmake sure you add it to the PATH

Install GIT for windows

GIT for windows

Install chocolatey

Open a terminal as administrator, by start typing cmd in the windows bar and right click to Run as administrator

_images/190508101020.pngrun as admin

Then copy paste this long line into the terminal

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

then run choco install make inside the terminal

next you will need to open Git Bash

_images/190807131801.pnggit bash

Once you have git and python3 we recommend to install the latest version from the gitlab repo by copy-pasting this 3 lines into a Git Bash terminal.

git clone http://github.com/joamatab/install_new_computer
cd install_new_computer
bash install.sh

If you are on Windows, you will need a C++ compiler - For Windows + Python 3, install the Microsoft “Build Tools for Visual Studio”