Mac 설치 PIL

435 단어 mac
PIL 은 python Image library 입 니 다. mac 터미널 에서 다음 명령 을 통 해 설치 합 니 다.
 
# download

curl -O -L http://effbot.org/media/downloads/Imaging-1.1.7.tar.gz

# extract

tar -xzf Imaging-1.1.7.tar.gz

cd Imaging-1.1.7

# build and install

python setup.py build

sudo python setup.py install

# or install it for just you without requiring admin permissions:

# python setup.py install --user

 

좋은 웹페이지 즐겨찾기