2015-12-29から1日間の記事一覧

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

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