Mission Python: Code a Space Adventure Game!

Mission Python: Code a Space Adventure Game! — page 5
Installing the Software on raspberry Pi If you’re using a Raspberry Pi Python and Pygame Zero are already installed You can skip ahead to Downloading the Game Files on page 7 Installing Python on Windows To install the software on a Windows PC follow these steps 1 Open your web browser and visit https www python org downloads 2 At the time of this writing 3 7 is the latest version of Python but Pygame isn’t available for easy installation on it yet I recommend you use the latest version of Python 3 6 instead 3 6 6 at the time of writing writing You can find old versions of Python farther down the screen on the downloads page see Figure 1 Save the file on your desktop or somewhere else you can easily find it Pygame Zero works only with Python 3 so if you usually use Python 2 you’ll need to switch to Python 3 for this book Figure 1 The Python downloads page 3 When the file has downloaded double-click it to run it 4 In the window that opens select the checkbox to Add Python 3 6 to PATH see Figure 2 5 Click Install Now 4 Introduction