Installing Anaconda on Windows
Download the installer:
- Anaconda installer for Windows from here: https://www.anaconda.com/download/
- Double-click the
.exe file.
- Follow the instructions on the screen. Accept the defaults if you are not sure what to do :).
- Installation is finished within 5 minutes.
- Click the Start menu, open the
Anaconda Prompt as below.
Updating conda
- Open your
Anaconda Prompt from the start menu.
- Run
conda update anaconda.
Uninstalling conda
- In the Windows Control Panel, click Add or Remove Program.
- Select Python X.X (Anaconda).
- Click Remove Program.
Uninstalling conda (In Windows 10)
- Open the Start menu.
- Click
Settings.
- Click
System on the Settings menu.
- Select
Apps & features from the left pane.
- Select
Python X.X (Anaconda) to uninstall.