pipでパッケージ管理

提供: Eospedia
移動: 案内検索

pipの更新

$ pip install --upgrade pip

インストール済みのパッケージの更新方法

  • 最新版へのアップグレード
$ pip install --upgrade <package>