LoginSignup
0
0

More than 3 years have passed since last update.

python3 外部モジュールのインストール方法について

Posted at

pythonには多くのモジュールが提供されている。
標準配布パッケージとしてインストールされたもの以外の外部モジュールについては、別途インストールが必要となる。

pipコマンドを利用してインストール、アップデート、アンインストールが可能

インストール方法

コマンドプロンプトにて下記を実行

pip install module_name (外部モジュール名)

参考にしたサイト
https://note.nkmk.me/python-pip-usage/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0