Question
How do I install a package in a virtual conda environment in Anaconda Navigator graphical user interface?
Answer
1. Search and Open Anaconda Navigator.
a. Enter "anaconda" in Windows Search bar.
b. Select Open from right hand column in search pop-up window.

2. Anaconda Navigator application window.

3. Install package for an environment.
Example package: pandas
Example environment: venv_31212
a. Select Environments
b. Select venv_31212
c. Choose "Not installed" from drop-down.
d. Enter pandas in the package search.
e. Find pandas package to install.

4. Start package installation.
Example package: pandas
a. Check pandas package.
b. Select Apply to begin installation.

5. Package dependencies window display with additional packages that will be installed.
a. Additional packages to install.
b. Indicator (*) of dependency.
c. Select Apply to install packages.

6. Package installation progress window.

7. Selected package (b&c) has been installed in selected environment (a).
