最終更新:2025-02-19 (水) 13:10:14 (28d)
pip install
Top / pip install
pip install tensorflow
オプション
-U, --upgrade Upgrade all specified packages to the newest available version. The handling of dependencies depends on the upgrade-strategy used. -r, --requirement <file> Install from the given requirements file. This option can be used multiple times.
引数の処理
- When looking at the items to be installed, pip checks what type of item each is, in the following order:
インストール先
- pip show <package>
アップグレード
- pip install --upgrade pip?