Python 3.5.x , Git (Windows,Mac), Atom
a. get from http://www.python.org
b. Check add to path
c. Start command prompt and confirm python installation
get from http://git-scm.com
a. Check settings
b. Select second option
c. Select window style
//TODO: Add git global config (name and email)
d. From command prompt git config --global user.name "Your Name"
e. From command prompt git config --global user.email "[email protected]"
get atom from https://atom.io
a.Install using pip






