pythonをexe化する PyInstaller の使い方

pipenvで仮想環境構築
pipenv shellでシェルを開き
必要なライブラリをインストール
PyInstallerをインストールして
pyinstaller test.py --onefile
という感じでexe化