- Press start button
- Type cmd
- Right click and select "Run as administrator"
Paste this command in cmd and press enter to install chocolatey
@"%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"
Paste this command in cmd and press enter to install Java
choco install jdk8 -params 'installdir=c:\\java8'
https://www.jetbrains.com/idea/download/
Can be found in Applications -> Utilities
Paste this command in terminal and press enter
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Paste this command in terminal and press enter
brew update; brew cask install java
cd turtle-graphics-workshop/
./gradlew clean build idea
cd turtle-graphics-workshop/
gradlew clean build idea

