pysyncrosim.library.Library.add_packages

Library.add_packages(packages, versions=None)

Adds one or more SyncroSim packages to this Library.

Parameters:
  • packages (String or List of Strings) – Name of package or list of package names to add to the Library.

  • versions (String or List of Strings, optional) – Version of package or list of package versions to add to the Library. If None (default) then uses the latest installed version of the package.

Return type:

None.