Uploaded by Ajay G

Steps to install anaconda and packges in env

advertisement
Steps to install Anaconda
1.
2.
3.
4.
5.
6.
7.
Click https://www.anaconda.com/products/individual to install anaconda exe
Click on the download option
Select exe depending on your system’s configurations
Double click the installer to launch
Click Next.
Read the licensing terms and click “I Agree”.
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
Download