-
Notifications
You must be signed in to change notification settings - Fork 3
Couldn't we shorten install() #37
Copy link
Copy link
Open
Description
with get_all_dependencies we get all packages to be installed in an list, odered by dependencies, starting with basic packages and ending with those dependending on the foregoing. So we need not to distinguish between packages[] and requiered[] anymore. Also we clean the list froms doubles, so we needn't unique() twice?
just
- check packages list
- without loop: call get_all_dependencies with complete packages list
- delete packages from list, which are already installed (and have the newest version)
- loop over list to install...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels