Install plugin python for idea
Material:
1. Idea 2016.3
2, Python plugin 2016.3.125 [high version is not installed]
3, install Python to this machine, verify the environment;
Steps:
1. Download plugin: Https://plugins.jetbrains.com/idea/plugin/631-python
2, put to the local designated directory: for example, my installation directory of the plugin directory for E:\Program Files (x86) \jetbrains\intellij idea 2016.3.2\plugins;
It is important to note that the directory hierarchy is maintained for a better, plug-in Name > lib,help,helpers; for example: Python/lib,help,helpers.
3. Idea Loading plugin: go to Setting > Plugins > Install plugin from disk Locate the file copy location in step (2) and navigate to IntelliJ idea Installer Plugins>python >lib>python.jar Click OK to complete;
Now that the Python plugin has been installed, the next step is to restart idea and create a Python project test to be useful.
To create a project test:
[Idea Plugin]python-Idea plugin