IntelliJ IDEA 2016.3 Help

Creating Empty Python Project

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.
  4. Configure project structure.

See Also

```

Concepts:

Last modified: 21 March 2017