Easy installation of requirements for CT's coursework.
Open your terminal using cmd+spacebar and typing "Terminal".
In the terminal, copy and paste:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/brandonapol/ct-installs-scripts/master/mac.sh)"
Open your command line interface. Copy and paste these TWO commands:
$InstallFromCodingTemple = Invoke-WebRequest -Uri https://raw.githubusercontent.com/brandonapol/ct-installs-scripts/master/windows.ps1 -UseBasicParsing
Invoke-Expression $($InstallFromCodingTemple.Content)
Should automatically install everything you need! Happy coding!