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)