You are on page 1of 8

Steps to install Anaconda

1. Click https://www.anaconda.com/products/individual to install anaconda exe


2. Click on the download option
3. Select exe depending on your system’s configurations
4. Double click the installer to launch
5. Click Next.
6. Read the licensing terms and click “I Agree”.
7. Select an install for “Just Me” unless you’re installing for all users (which requires Windows
Administrator privileges) and click Next.
8. Select a destination folder to install Anaconda and click the Next button

9. Choose whether to add Anaconda to your PATH environment variable. We recommend not
adding Anaconda to the PATH environment variable, since this can interfere with other
software. Instead, use Anaconda software by opening Anaconda Navigator or the Anaconda
Prompt from the Start Menu.
10. Choose whether to register Anaconda as your default Python. Unless you plan on installing
and running multiple versions of Anaconda or multiple versions of Python, accept the
default and leave this box checked
11. Click the Install button. If you want to watch the packages Anaconda is installing,
click Show Details.
12. Click the Next button
13. install Anaconda without PyCharm, click the Next button
14. After a successful installation you will see the “Thanks for installing Anaconda” dialog
box:
15. Open anaconda

16. Click on the environments and create


17. Write your desired env name & select python 3.6. Click on create

18. Click on the created environment


19. Click on the drop down and say “ not installed”

20. Type the package name “TensorFlow” ,and select all the packages which starts with name
TensorFlow and click on apply

21. Repeat the same for keras package


22. Click on “home” and install spyder

23. Once installed, click launch

You might also like