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

Jingwei Li

Graduate Research assistance at Stony Brook University
linkedin profile url

ProjectPro is an awesome platform that helps me learn much hands-on industrial experience with a step-by-step walkthrough of projects. There are two primary paths to learn: Data Science and Big Data.... Read More

Relevant Projects

NLP Project on LDA Topic Modelling Python using RACE Dataset
Use the RACE dataset to extract a dominant topic from each document and perform LDA topic modeling in python.

Ensemble Machine Learning Project - All State Insurance Claims Severity Prediction
In this ensemble machine learning project, we will predict what kind of claims an insurance company will get. This is implemented in python using ensemble machine learning algorithms.

Deploy Transformer BART Model for Text summarization on GCP
Learn to Deploy a Machine Learning Model for the Abstractive Text Summarization on Google Cloud Platform (GCP)

Census Income Data Set Project-Predict Adult Census Income
Use the Adult Income dataset to predict whether income exceeds 50K yr based oncensus data.

Deep Learning Project for Beginners with Source Code Part 1
Learn to implement deep neural networks in Python .

FEAST Feature Store Example for Scaling Machine Learning
FEAST Feature Store Example- Learn to use FEAST Feature Store to manage, store, and discover features for customer churn prediction machine learning project.

Build a Graph Based Recommendation System in Python -Part 1
Python Recommender Systems Project - Learn to build a graph based recommendation system in eCommerce to recommend products.

Learn to Build an End-to-End Machine Learning Pipeline - Part 2
In this Machine Learning Project, you will learn how to build an end-to-end machine learning pipeline for predicting truck delays, incorporating Hopsworks' feature store and Weights and Biases for model experimentation.

Learn Hyperparameter Tuning for Neural Networks with PyTorch
In this Deep Learning Project, you will learn how to optimally tune the hyperparameters (learning rate, epochs, dropout, early stopping) of a neural network model in PyTorch to improve model performance.

Time Series Classification Project for Elevator Failure Prediction
In this Time Series Project, you will predict the failure of elevators using IoT sensor data as a time series classification machine learning problem.