程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Win10 installation and configuration python3

編輯:Python

win10 Installation configuration python3

      • 1. download python3
      • 2. install python3
      • 3. Check that the installation is complete

1. download python3

visit python Official website https://www.python.org/

Choose the right version to download


My computer is x64, So I choose x64 edition

Wait for download to complete

2. install python3

Double click to download the completed installation package

Check add path to PATH, Otherwise, you have to add the path manually after the installation

If you don't want to install it into C disc , Select self installation

Next next step

Select installation path , then install

Close after installation

3. Check that the installation is complete

Open the command line (cmd), Input

python -V

Enter and the version number appears , Installation succeeded


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved