【Python】pip

バージョン確認

sudo pip freeze -l

インストール

sudo pip install django==1.7.2

【raspberry】
sudo apt-get install python-pip

Leave a Reply