RequiredPackages
- class setup.RequiredPackages(environment: Environment)
Bases:
objectHolds information about installed and required packages. Handles updating dependencies based on running platform/backend
- Parameters:
environment (Environment) – Environment class holding information about the running system
Attributes Summary
Trueif there are packages available that need to be installedAttributes Documentation
- packages_need_install
Trueif there are packages available that need to be installed
- property packages_need_install: bool
Trueif there are packages available that need to be installed
- pip_arguments
Any additional pip arguments that are required for installing from pip for the given backend