Its installation pip python application (the install pip)

       Description: Recently on the machine you want to learn this course, you need to write code in python, in order to facilitate decided vscode expansion python. When I use vscode expansion python, I have been unable to install, and then directly to the official website to download the installation package python, Download:  https://www.python.org/  , download extremely slow, be patient!

Download steps:

1. Go to the website, the mouse on Downloads, then move on to their computer version, click;

2. I am a windows10, so I chose the windows version, select the following version (64bit's)

3. Download get is a exe file, and then fool installation (next point), you can go search for python installation procedure for viewing, file folder after installation as follows;

4. At this time we write python in vscode, For some functions (such as: code completion, error, etc.), you can open cmd window and type (here to install yapf for example):

python -m pip install yapf then enter on it (must be networked);

At this point it is installed successfully. If you want to install other, such as: python -m install pylint or python -m install flake8 and so on.

5. We can go down the path to install python View Script folder; my position is D: \ VScode \ python \ Scripts;

There comes when installing python, also have my own install of.

Released two original articles · won praise 1 · views 1550

Guess you like

Origin blog.csdn.net/nicemz/article/details/104677501