Anaconda makes the package management of Python, R and Scala very
easy. For this you need to have Anaconda-navigator package installed in
your computer.
1. Open
Command prompt
2. Enter
conda install anaconda-navigator
3. Press Enter key to proceed.
Now open anaconda navigator application. Below is the Home screen of Anaconda navigator.
 |
1. Home Screen |
Click on Environments, as shown below
 |
2. Environment screen |
Change the Installed option to All option Select
 |
3. Change "Installed" to "All" option |
 |
4. Differentiate "Installed", "Not installed" and "Upgradable " packages. |
Now Type the required package in the Search box.
Lets install "pandasql" package . So type pandasql in the search box. Now you can see the search result.
 |
5. Search required package |
Now right click on the checkbox in the respective search result. From the options , select "Mark for installation"
 |
6. Installation option |
Click on "Apply" button.
Now click on "Ok" button.
 |
7. Final steps. |
Its finish. Repeat the same process for installing other packages.