【初心者向け】Pythonインストール方法

Python

Python ver3.10でのインストール方法について紹介しています。

1.Pythonのダウンロード

Pythonの公式サイトにアクセス。

Python-download

「Downloads」にて「Windows」または「MacOS」を選択。

Python3-latest

Latest Python3をクリック。

Python-windows-installer

FilesにてWindowsの場合、64-bitか32-bitを選択。

 

2.Pythonのインストール

Python-install-window

インストーラをダウンロードしたら、起動。

「Add Python ver. to PATH」にチェックを入れて、「Install Now」を選択。

Python-installing

インストールされるのを待つ。

Python-installed

「Setup was successful」と表示されれば、インストーラを「Close」して終了。

 

cmdまたはterminalにて、

python -V

バージョン確認ができればOK。