How to install Anaconda on windows

This recipe helps you install Anaconda on windows

How to install Anaconda

In this tutorial we will be discussing what is Anaconda and how to install Anaconda to your machine.

What is Anaconda

To put in simple terms, Anaconda is basically a Python and R distribution which makes it easy to install Python and its libraries

Now with no further ado, lets see how to install Anaconda

Installing Anaconda on Windows

Step 1 : Go to this link on your favourite browser and click on download

Step 2: Once the download is complete, click on the installer to launch the software.

Step 3: Click Next button

Step 4: Now you will be able to see the licencing terms. Read them thoroughly and then click on "I Agree"

Step 5: Select an install for "Just me"

Step 6: Now you will be able to select the destination folder (Usually it is always recommended to leave it to the default path). Click "Next" once you select the required path

Step 7: Now you will see a few advaced options. You can leave it to its defaults and click on "Install" (You can always tweak these advanced options even after installation).

Step 8: It might take a while to install and once done, a few additional installs like Pycharm might pop up. You can install those if you wish to install.

Voila! There you go!

What Users are saying..

profile image

Gautam Vermani

Data Consultant at Confidential
linkedin profile url

Having worked in the field of Data Science, I wanted to explore how I can implement projects in other domains, So I thought of connecting with ProjectPro. A project that helped me absorb this topic... Read More

Relevant Projects

Credit Card Default Prediction using Machine learning techniques
In this data science project, you will predict borrowers chance of defaulting on credit loans by building a credit score prediction model.

Time Series Forecasting with LSTM Neural Network Python
Deep Learning Project- Learn to apply deep learning paradigm to forecast univariate time series data.

Learn to Build a Neural network from Scratch using NumPy
In this deep learning project, you will learn to build a neural network from scratch using NumPy

Classification Projects on Machine Learning for Beginners - 2
Learn to implement various ensemble techniques to predict license status for a given business.

Hands-On Approach to Causal Inference in Machine Learning
In this Machine Learning Project, you will learn to implement various causal inference techniques in Python to determine, how effective the sprinkler is in making the grass wet.

Build an End-to-End AWS SageMaker Classification Model
MLOps on AWS SageMaker -Learn to Build an End-to-End Classification Model on SageMaker to predict a patient’s cause of death.

Build an AI Chatbot from Scratch using Keras Sequential Model
In this NLP Project, you will learn how to build an AI Chatbot from Scratch using Keras Sequential Model.

Recommender System Machine Learning Project for Beginners-2
Recommender System Machine Learning Project for Beginners Part 2- Learn how to build a recommender system for market basket analysis using association rule mining.

Build a Music Recommendation Algorithm using KKBox's Dataset
Music Recommendation Project using Machine Learning - Use the KKBox dataset to predict the chances of a user listening to a song again after their very first noticeable listening event.

Insurance Pricing Forecast Using XGBoost Regressor
In this project, we are going to talk about insurance forecast by using linear and xgboost regression techniques.