Installation of xcode is necessary for compilation of required dependencies. The following command should be executed in the terminal:
xcode-select --install
Installation of brew, which is a package manager for macOS, is needed next. The following command is used to install brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
