Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 603 Bytes

File metadata and controls

18 lines (13 loc) · 603 Bytes

Application Dependencies

category:page
slug:dependency-management
sort-order:19

Application dependencies are specific Python libraries and their versions required for the application to work properly. These dependencies are installed separately from system-level packages.

The most common way to install Python library dependencies is with the pip install combined with virtualenv to isolate the dependencies of individual applications from each other.