Pygame examples don't show anything in my Mac
I installed pygame by running the following command:
pip install pygame==1.9.2
I also downloaded pygame github repo (https://github.com/pygame/pygame) and tried to run some examples under examples folder:
python aliens.py
This doesn't show any window or screen but I can hear some sound effects. What went wrong?