+ 9
How do you import turtle graphics and pygame on a Mac?
Friend cant run turtle graphics or pygame. I think its related to pip. Homebrew might help.
4 Respuestas
+ 1
pip install {module}
+ 11
thank you. i got pip and pygame going but turtle wont run macbook pro
+ 9
Apparently if you install python using Homebrew rather than just d/l ing and installing from the python.org website, the homebrew version of python comes with pip installed.
+ 8
You definitely need and want pip, an import tool.
First check to see if you have it:
$ pip --version
ALSO try
$ pip3 --version