LoginSignup
57

More than 5 years have passed since last update.

posted at

Pythonをインストールする(for Windows)

1.インストーラーのダウンロード
下記サイトへアクセスし、インストーラーをダウンロードする。
https://www.python.org/

Downloads > Windows > Python3.x.xを選択。(この時点での最新は3.5.0)
021.png

2.インストール
実行します。
image

これからインストールするPythonを環境変数に追加するため「Add Python3.5 to PATH」にチェックを入れ、「Install Now」をクリック。
022.png

インストールが開始します。
image

何も問題がなければインストールが完了します。Closeをクリック。
image

下記のコマンドを実行します。
python --version

バージョンが表示されればインストールは成功です。
image

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
What you can do with signing up
57