最終更新:2021-09-06 (月) 06:04:26 (962d)  

pip install
Top / pip install

pip install tensorflow

引数の処理

  • When looking at the items to be installed, pip checks what type of item each is, in the following order:
    • Project or archive URL.
    • Local directory (which must contain a setup.py, or pip will report an error).
    • Local file (a sdist or wheel format archive, following the naming conventions for those formats).
    • A requirement, as specified in PEP 440.

インストール先

アップグレード

  • pip install --upgrade pip?