PyInstallerのインストール方法 Visual Studio Code

PyInstallerは、Pythonファイルを実行可能ファイル(.exe)へ変換するためのライブラリです。

Visual Studio Code (VSCode)でのPyInstallerのインストール方法を説明します。

PyInstallerのインストール方法

PyInstallerのVSCodeでのインストール方法は簡単です。

TERMINALで、以下を入力するだけでOKです。

py -m pip install PyInstaller