python do PC

Reference article:

https://blog.csdn.net/dgut_guangdian/article/details/78391270

First install pip

You can determine whether you have installed with the following command:

pip --version

If you have not yet installed, you can use the following methods to install:

HTTPS curl $ : //bootstrap.pypa.io/get-pip.py # -o get-pip.py download and install the script  $ sudo Python GET - PIP . Py # run the installation script


Display version and path

pip --version

Installation serial, easygui module

Guess you like

Origin www.cnblogs.com/zl0372/p/11011304.html