Home >Backend Development >Python Tutorial >Teach you step by step how to install Anaconda
/1 Introduction/
In the previous article, we have learned about the difference between Anaconda and directly installing Python, the difference between Anaconda and virtualenv, and the difference between Anaconda and Miniconda. In this article, we will install Anaconda.
The editor’s computer is a win10 system. Here we take the win10 system to install Anaconda as an example. The installation process of other systems is similar. You can follow the example of a cat and a tiger. Please see the specific installation process below.
#/2 Download software/
1. First, go to the official website to download the software. Download address:
https://docs.anaconda.com/anaconda/install/windows/
#2. Click on the red box and step by step, and finally download.
#3. Click download to download, as shown in the figure below.
4. According to the number of digits of the computer, select the corresponding version to download.
5. After downloading the software, save it locally and wait for installation.
##/3 Installing Anaconda under win10 platform/
1. Double-click the installation package to install, and click Next.
#2. Select the installation location and be sure to remember it.
3. This step is to choose whether to check the environment variable. Leave it unchecked for now and configure it later. Then click install to install.
#4. The installation is in progress, waiting for the installation to complete.
5. The installation will be completed after a while. Follow the following prompts to check You can check or uncheck it, and click finish to indicate that the installation is complete.
#/4 Summary/ This article mainly introduces the downloading and installation methods of Anaconda3 and a step-by-step tutorial. I hope it will be helpful to those who are new to Anaconda.
The above is the detailed content of Teach you step by step how to install Anaconda. For more information, please follow other related articles on the PHP Chinese website!