Home > Article > Backend Development > How to download and install python64 bit
How to download Python that is compatible with 64-bit operating systems from the official website? Today I will demonstrate to you using Windows 64-bit system and python3.6.3 as an example.
1. Log in to the Python official website to download, address: https://www.python.org
Click Downloads => Python 3.6.3 to download the Python 3.6.3 Windows installation package
Then select the version that matches your computer operating system
2. Install Python3.6.3
Double-click the downloaded installation package python-3.6.3.exe, pay attention to check: Add Python 3.6 to PATH, Click Customize installation (convenient for us to customize the installation path) to enter one step
Click Next, then click Install
Finally , click Close to complete the installation
At this point, the installation of python that complies with the 64-bit operating system is complete!
The above is the detailed content of How to download and install python64 bit. For more information, please follow other related articles on the PHP Chinese website!