IntelliJ IDEA 2017.2 Help

Creating Empty Python Project

The following is only valid when Python Plugin is installed and enabled!

Empty projects are intended for pure Python programming.

To create an empty project

  1. Do one of the following:
    • On the main menu, choose File | New | Project
    • On the Welcome screen, click New Project

    New Project dialog box opens.

  2. In the New Project dialog box, do the following:
    • In the Project type section, click the desired project type, in this case, Python.
    • Specify the project SDK. If the desired SDK is missing in the list, click New.
    • Click Next.
    • Specify the project name and location.
  3. Click Finish.
Last modified: 29 November 2017

See Also