PyCharm makes it possible to track the unsatisfied dependencies in your projects, and provides integration with the major means of dependencies management.
In this section:
- Creating and Running Setup.Py
- Creating Requirement Files
- Populating Dependencies Management Files
- Resolving Unsatisfied Dependencies
See Also
External Links:
- Writing the Setup Script, Python 2.7.2 documentation
- Writing the Setup Script, Python 3.2.2 documentation
- Requirements files
Web Resources: