Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.86 KB

setup.md

File metadata and controls

39 lines (27 loc) · 1.86 KB

Setup for CodeClub Python Exercises

Is more complicated than Scratch.

Dependencies

You need to install several things:

Check that you can access http://www.github.com and https://www.github.com/

Check that exercise 3, the network one, actually works.

Installing Pygame on Mac Python3

Surprisingly awkward but this worked:

curl -O http://python-distribute.org/distribute_setup.py sudo python3 distribute_setup.py python3 /usr/local/bin/easy_install pip export CPPFLAGS=-I/opt/X11/include python3 /usr/local/bin/pip install hg+http://bitbucket.org/pygame/pygame

Things to print

Teachers/guides: see the rationale behind these decisions.