Anaconda Python Installation
Anaconda Python Installation
2. Click on Products
5. Choose version based on your Operating system. (Here it is a demo for Windows
64 bit Operating system)
6. Choose path where you want to download Anaconda3-20202-07-windxxxxxx.exe
file
9. Click on I Agree.
10.Click on “Just Me (recommended” then Next
11.Click on Next. Don’t change the path but remember for future reference.
12.Click on “Register Anaconda 3 as my default Python 3.7 ( may be 3.8 or 3.9 also).
And Click on Install.
13.Click on next to finish installation.
14.Please uncheck the checkboxes. It is not required at this stage. Click on Finish to
complete installation.
15.Click on Start Menu and then click on Anaconda (64 bit) to start Python IDLE or
Python Jupyter to work with python
19.To work with Jupyter Notebook (You can also type python programs here. It is
recommended and mostly used Python IDE in the world). Please click on “Launch”
Button as shown in image above.
20.In above image the widely used Jupyter notebook is opened. Python program can
be written and executed here too.