| 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.