PyCharm
 
2022.2
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Create and run setup.py

Last modified: 08 March 2021

PyCharm provides an action that helps create setup.py script, intended for building, distributing, and installing modules. Once setup.py is created, the corresponding action becomes disabled

When you work with any project that comes setup.py, you can run some tasks to build, install, and distribute packages described within the setup.py file. PyCharm helps you create the command-line sequence of the following format:

setup.py <task> <arguments>