Required plugins

Similar to how we have a requirements.txt text file to list the names and versions of the packages necessary for a Python project, we can specify given plugins as requirements for a PyCharm project. This is because some PyCharm plugins not only assist programmers with various tasks in their projects, but also can play a crucial role in the development of that project:

  1. Within a project, you can specify the required plugins by going to the Build, Execution, Deployment option in the settings and selecting Required Plugins, as illustrated here:
  1. From this window, we can add items to the list of required plugins for our current ...

Get Hands-On Application Development with PyCharm now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.