LeonardoEnriquez / Python

0 stars 0 forks source link

Convertir de python a ejectuable #1

Open LeonardoEnriquez opened 6 years ago

LeonardoEnriquez commented 6 years ago

image

Installation

The easies way to install PyInstaller is using pip:

pip install pyinstaller or upgrade to a newer version: pip install --upgrade pyinstaller

pyinstaller.org

LeonardoEnriquez commented 6 years ago

PyInstaller quickstart

Install PyInstaller from PyPI:

pip install pyinstaller

Go to your program’s directory and run:

pyinstaller yourprogram.py

pyInstaller.org