Conda and Anaconda Navigator are package managers that can be used to add packages to your environment. This guide shows how to use them to add packages in Anaconda Python.
The pip package manager can be used to update one or more packages system-wide. This guide shows how to update all Python packages for Windows and Linux.
In some cases, you may need to automate the updating of multiple deployments. This guide provides shows how to create a Python script to install packages.
If you’re using an older version of Python, pip needs to be installed. This tutorial steps through how to install Pip on Windows, and keeping it updated.