Python Package Index (PIP)に関するメモ

pip install python_package_name

でパッケージをインストール可能。pip自体のupgradeは、

pip install --upgrade pip