This document provides instructions for setting up a computer to complete the Learn Python the Hard Way exercises. It outlines the steps for Mac OSX, Windows, and Linux systems. The key steps are to install an text editor like TextWrangler or Notepad++, learn how to use the terminal/command prompt, create a directory to store files, and verify that Python is installed and can be run from the terminal. Following these setup instructions ensures the user's computer is properly configured for the Python exercises.