From d292035cbe4b2d4d519fed7f8e5469a9ba3588ec Mon Sep 17 00:00:00 2001 From: Mike <12754111+primetime43@users.noreply.github.com> Date: Thu, 28 Dec 2023 12:51:17 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a521b74..74523dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # pyenv-win-GUI This project introduces a user-friendly Python GUI for [pyenv-win](https://github.com/pyenv-win/pyenv-win). This interface simplifies the installation, uninstallation, and management of pyenv-win, enhancing user experience and accessibility. +## **Command for creating an exe out of the python file** +``` +pyinstaller --onefile --noconsole "fileName.py" +``` + ![image](https://github.com/primetime43/pyenv-win-GUI/assets/12754111/c6a77800-b388-4861-b891-7489a4300745) ![image](https://github.com/primetime43/pyenv-win-GUI/assets/12754111/eea5983b-7d43-4b3d-b021-b542175fb70b)