PyCharm Edu 3.0 Help

Available Packages

File | Settings | Project Interpreter - add for Windows and Linux
PyCharm Edu | Preferences | Project Interpreter - add for OS X
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
find1
Type here the search string. So doing, the list of packages shrinks to show the package names containing the entered string only.
  • find1: Click this button to use the search history.
  • clear: 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 versionIf this check box is selected, the specified version of a package will be downloaded and installed. If this check box is not selected, then the latest version will be installed.
OptionsSelect this check box 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 box. 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.

See Also

Last modified: 30 August 2016