IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Install, uninstall, and upgrade Python packages

Last modified: 11 February 2024

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

In IntelliJ IDEA, 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.