Python Installationshinweise

Installation via Terminal

 

Homebrew installieren

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

 

Python 3 installieren

brew install python3 

 

Pip 3 installieren

python3.5 -mpip install pip --upgrade

 

requests installieren

sudo python3 -m pip install requests

 

Numpy installieren

python3 -m pip install numpy

 

Pygame installieren

brew install mercurial

sudo pip3 install hg+http://bitbucket.org/pygame/pygame