PyCharm 2020.2 Help

Available Packages

File | Settings | Python Interpreter - Add a package for Windows and Linux
PyCharm | Preferences | Python Interpreter - + for macOS
Ctrl+Alt+S

Settings - Add

This dialog is a package manager that enables the following functions:

  • Viewing packages, available in the remote repositories

  • Installing selected packages locally.

  • Adding and removing repositories

ItemDescription

Search field

Find

Type here the search string. In doing so, the list of packages shrinks to show the package names containing the entered string only.

  • Find: Click this button to use the search history.

  • the Clear button: Click this button to clear the search field.

PackageThis area shows the list of packages residing in the accessible remote repositories. For each package you can view its name and repository. Additional information (description and versions) is displayed to the right.
DescriptionFor any selected package this field displays brief description, the latest version, author names, web site and email address.
Specify version

If this checkbox is selected, the specified version of a package will be downloaded and installed. If this checkbox is not selected, then the latest version will be installed.

Options

Select this checkbox to enter the option of the pip install command.

One can explore the possible options by typing pip install - help in the command line.

Install packageClick this button to install the selected package.
Manage repositoriesClick this button to open the Manage Repositories dialog. By default, only the pypi repository is available. This repository cannot be deleted.
It is possible to add more repositories, and delete the selected ones.
Last modified: Wed Aug 19 14:24:29 UTC 2020