6 ms·
It's a bit confusing that near the beginning it says that on a Mac Python is already installed (yay!), but as soon as you get to the meat where PyGame is instal
by jdewald 13y ago
It's a bit confusing that near the beginning it says that on a Mac Python is already installed (yay!), but as soon as you get to the meat where PyGame is installed, it basically says you'll need to re-install Python if you're on a Mac. So the "already installed" bit isn't all that useful, or did I misread?
- CmonDev 13y agoI think it's excusable to be a (mac) fanboy when you are that small.
- rickyc091 13y agoI think what he's trying to say is that the Mac already has a preinstalled version of python which would allow you to get started and programming right away, however if you want to install pygame you would need to install a newer version of python which is more complete.
- jmeyer2k 13y agoYeah, sorry. I've learned a bit since I wrote that, my new tutorial is coming out and it explains installing PyGame and Python on both Mac and Windows.