Platform Team/Package Management System: Difference between revisions
| Line 26: | Line 26: | ||
** including libraries that are used by only a few activities; or | ** including libraries that are used by only a few activities; or | ||
** have shorter or longer release/support schedules than Sucrose; | ** have shorter or longer release/support schedules than Sucrose; | ||
* deploy dependencies that are specific to particular activity; for example, some Python activities include C libraries—by using Services, an activity developer need not bundle | * deploy dependencies that are specific to particular activity; for example, some Python activities include C libraries—by using Services, an activity developer need not bundle these binaries, they could be used as regular activity dependencies. | ||
See [[Documentation_Team/Services/Activity Developers Guide|Activity Developers Guide]] to know how to add service dependencies to your activity. | See [[Documentation_Team/Services/Activity Developers Guide|Activity Developers Guide]] to know how to add service dependencies to your activity. | ||