PyCharm Community provides a quick-fix that automatically installs the package you’re trying to import: if, after the import keyword, you type a name of a package that is not currently available on your machine, a quick-fix suggests to either ignore the unresolved reference, or download and install the missing package.