Updated on 2023-12-20 GMT+08:00

PyCharm Plug-in

With PyCharm, you can quickly generate Python templates, package project files, and deploy Python functions.

  1. Obtain the plug-in (Plug-in.sha256) .
  2. Run JetBrains PyCharm. Choose File > Settings, choose Plugins in the left pane, and then click Install Plugin from Disk in the upper right corner, as shown in Figure 1.

    Figure 1 Installing the plug-in

  3. Select the plug-in package you want to install, and click OK, as shown in Figure 2.

    Figure 2 Selecting a plug-in package

  4. In the plug-in list, select the desired plug-in and click Restart IDE, as shown in Figure 3.

    Figure 3 Restarting the IDE

  5. Choose File > New Project, as shown in Figure 4.

    Figure 4 Creating a project

  6. On the displayed New Project page, choose FunctionGraph, as shown in Figure 5.

    Figure 5 FunctionGraph

  7. Select the path in which the project will be stored in Location, and select a Python version in Base interpreter, as shown in Figure 6.

    Figure 6 Selecting a version

  8. Select a template you want to create in the More Settings area, as shown in Figure 7.

    Figure 7 Selecting a template

    Currently, only the Python 2.7 context template is supported.

  9. Click Create.