Question
How do I install a PyPI package using PIP in a virtual conda environment from the Command Line?
Answer
1. From the Anaconda Prompt or Terminal command line (CLI) in an active virtual conda environment, enter "pip install <package_name>".
Example pypi package: see

2. Enter "conda list" to show all installed packages including new example package highlighted.
Example pypi package: see 1.4.1
