Dependencies
If software has dependencies, it means it depends on other software.
Often there’s a distribution system to install these dependencies. e.g. pip
There’s a link from the software to it’s dependencies.
Backlinks¶
- Maya plugin
- dependencies on:
- vendoring
- Vendoring means copying the source code of another project into your project
- Maya plugin manager
- plugin dependencies