- Very simple exercise to ensure git and python can be run an another machine
- clone repo
git clone https://github.com/Kyle01/ryan_python_exercise.git
cd
into newly created foldercd ryan_python_exercise
- run
python hello.py
if you seeHello world
in the console, everything has been set up correctly