Facebook PixelHow To Install Anaconda On Windows in 2021? | Blog | CodeWithHarry
How To Install Anaconda On Windows in 2021?

How To Install Anaconda On Windows in 2021?

"Anaconda is a distribution of packages designed for data science. It comes with conda, a package, and an environmental manager. We often use Anaconda to create environments for our projects using..."

By CodeWithHarry

Updated: 5 April 2025

Anaconda is a distribution of packages designed for data science. It comes with conda, a package, and an environmental manager. We often use Anaconda to create environments for our projects using different Python types or other types of packages. We also use it to install, uninstall, and update packages in our project areas.

In this article, I will be guiding you to install Anaconda on your system.

  1. Firstly, we will download Anaconda from here: https://www.anaconda.com/products/individual

    Download Anaconda

  2. Once you land on https://www.anaconda.com/products/individual page, you can scroll down to the bottom and find the option to download Anaconda. Click it, and downloading will be started.

    Download Page

  3. Anaconda software is more than 400Mb so it might take some time for downloading and installation. After downloading it, you can go to your system's download folder, open the downloaded file and complete the installation as shown below.

    Anaconda will now be successfully installed in your system. Now it's time to check whether it works or not.

    Installation

  4. Search for “anaconda navigator” in your system and open it.

    Anaconda Navigator

  5. After opening the navigator, you will have to open the Jupyter Notebook as shown below and create a Python file in that notebook itself.

  6. Now let's open Spyder using Anaconda Prompt. Type “anaconda prompt” in the Windows search bar, open it and after opening it type start spyder.

    Spyder

  7. The Spyder window will now be opened. Try writing some Python program in Spyder.

    Write Python Program

  8. Now search “Anaconda Powershell prompt”. After the prompt is opened type pip install pyPDF2. If you are wondering what is pyPDF2. It's a package name. After pressing the enter key, you will see a message “successfully built pyPDF2”.

    Install pyPDF2

  9. If you want a list of your Python packages, type pip list in the Anaconda Powershell prompt. Press enter, and here it delivers the list of your packages.

    List Packages

So, this was all about the installation of Anaconda on your system. I hope you guys have well understood how to install Anaconda on your Windows 10 computer.

So, that's all guys! Do share your feedback and also don't forget to subscribe to my channel for some great technical content: https://www.youtube.com/c/CodeWithHarry/

Thank you!

Tags

installandsetupanacondainwindows