PyCharm
 
Get PyCharm

Install, uninstall, and upgrade packages

Last modified: 19 November 2024

PyCharm provides methods for installing, uninstalling, and upgrading Python packages for a particular Python interpreter. It means that each project has its own set of packages, which is considered a best practice for Python dependency management. By default, PyCharm uses pip to manage project packages. For conda environments, you can use the conda package manager.

In PyCharm, you can preview and manage packages in the Python Packages tool window and in the Python interpreter settings.

If you're accustomed to installing packages from the command line, you can proceed with your workflow using the Terminal.