skill

959Currently online
145Today's Reading
43Share Today
Multilingual display

How to install package exe?

2018-05-14 03:12:23

exe is the basic application format of Windows, and the package commonly used to encapsulate the source code into an exe is pyinstaller, let's take a look.

Tools/Materials
1

The pip that comes with python installation

2

cmd command-line

Methods/Steps
1

First we go to the disk path where python was installed and open the pip folder.

2

Related content Illegal climbing taken from experience

3

When opened, you can enter the full path, mine is E:\python 3.7.6\Scripts.

4

Then on the command line, type pip install PyInstaller again. Click enter, and then continue to wait until the run is successful.

5

When you're done, don't forget to call. To do this, type pip install pyinstaller again.

Recommendation