0% found this document useful (0 votes)
4 views

Anaconda Installation steps

The document outlines the steps to install Anaconda on Windows, starting from downloading the installer to verifying the installation. Users are guided through the installation process, including choosing installation type, location, and advanced options. Finally, it explains how to launch Anaconda Navigator and verify the installation using the Anaconda Prompt.

Uploaded by

rptclown143
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Anaconda Installation steps

The document outlines the steps to install Anaconda on Windows, starting from downloading the installer to verifying the installation. Users are guided through the installation process, including choosing installation type, location, and advanced options. Finally, it explains how to launch Anaconda Navigator and verify the installation using the Anaconda Prompt.

Uploaded by

rptclown143
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Anaconda Installation steps

1. Download the Anaconda Installer

Go to the official Anaconda


website(https://docs.anaconda.com/anaconda/install/windows/).

Scroll down to find the "Anaconda Installers" section.

Download the latest version of Anaconda for Windows. Choose the version
(Python 3.x or Python 2.x) according to your preference. Most people will want
to choose the Python 3.x version.

2. Run the Installer

Once the download is complete, locate the installer (usually in your Downloads
folder) and double-click it to start the installation process.

3. Start the Installation Process

Click Next on the setup screen to proceed.

Accept the license agreement by checking the box and clicking Next.

4. Choose Installation Type

You will be asked if you want to install Anaconda for "Just Me" or "All Users."
Most users will choose "Just Me," but select "All Users" if you want all user
accounts on your computer to have access to Anaconda.

5. Select Installation Location

You can choose where you want to install Anaconda. It’s best to leave this as
the default location unless you have a reason to change it. Then, click Next.

6. Advanced Options

The installer will ask if you want to add Anaconda to your system’s PATH
environment variable. It’s not recommended to check this option, as it may
interfere with other software.

Instead, check the option to "Register Anaconda as my default Python 3.x" and
click Install.

7. Installation Process
The installation process will begin. It may take several minutes to complete
depending on your system.

8. Finish the Installation

Once the installation is complete, click Next.

You will be presented with an option to install Microsoft VSCode. You can
choose to install it or skip it, depending on your needs.

9. Launch Anaconda Navigator

After installation, you can launch the Anaconda Navigator either through the
Start Menu or by searching for "Anaconda Navigator" on your computer.

From here, you can manage environments, launch Jupyter Notebook, Spyder,
and other tools that come with Anaconda.

10. Verify Installation

Open the Anaconda Prompt (search for "Anaconda Prompt" from the Start
Menu).

Run the command: conda --version to check if Anaconda was installed


successfully.

You might also like