Windows10の64bit版が前提。
1. Pythonのインストール
https://www.python.org/downloads/windows/
にアクセスし、Python3最新安定板の Windows x86-64 executable installer をダウンロードする。
ダウンロードしたインストーラを起動し、「Add Python 3.7 to PATH」にのみチェックして「Install Now」をクリックする。
2. OpenPyXLのインストール
コマンドプロンプトでまず
python -m pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org --upgrade pip
を実行して、pipをバージョンアップする。
つぎに
python -m pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org openpyxl
を実行してOpenPyXLをインストールする。
以上。
0 件のコメント:
コメントを投稿