Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

How to Install Anaconda on Windows?

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Anaconda is an open-source software that contains Jupyter, spyder, etc that are used for large data processing, data analytics, heavy scientific computing. Anaconda works for R and python programming language. Spyder(sub-application of Anaconda) is used for python. Opencv for python will work in spyder. Package versions are managed by the package management system called conda.

To begin working with Anaconda, one must get it installed first. Follow the below instructions to Download and install Anaconda on your system:

Download and install Anaconda:

Head over to anaconda.com and install the latest version of Anaconda. Make sure to download the “Python 3.7 Version” for the appropriate architecture.
Anaconda-version-download-Windows

Begin with the installation process:

  • Getting Started:
    Getting-Started-with-Installation
  • Getting through the License Agreement:
    License-Agreement
  • Select Installation Type: Select Just Me if you want the software to be used by a single User
    Installation-Type
  • Choose Installation Location:
    Choose-installation-Location
  • Advanced Installation Option:
    Advanced-Installation-Option
  • Getting through the Installation Process:
    Installation-process
  • Recommendation to Install Pycharm:
    Install-Pycharm-here
  • Finishing up the Installation:
    Finishing-Installation

Working with Anaconda:

Once the installation process is done, Anaconda can be used to perform multiple operations. To begin using Anaconda, search for Anaconda Navigator from the Start Menu in Windows
Anaconda-Navigator-Search
Anaconda-Navigator-Window

My Personal Notes arrow_drop_up
Last Updated : 05 Oct, 2021
Like Article
Save Article
Similar Reads
Related Tutorials