You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon installation, if there are any packages that are listed as dependencies, they should be installed before the download. This might also include a concept of queueing (so dependent packages can just be added to the queue before the main package, and then the entire queue installed).
Proposed syntax: an array of strings of package names under the dependencies key
...
dependencies: ["space", "pynx"],
If this key is missing, null, or an empty array, then nothing should happen. In the GUI, dependent packages should be able to be clicked on as well to view more details or view their current installation status
The text was updated successfully, but these errors were encountered:
Upon installation, if there are any packages that are listed as dependencies, they should be installed before the download. This might also include a concept of queueing (so dependent packages can just be added to the queue before the main package, and then the entire queue installed).
Proposed syntax: an array of strings of package names under the dependencies key
If this key is missing, null, or an empty array, then nothing should happen. In the GUI, dependent packages should be able to be clicked on as well to view more details or view their current installation status
The text was updated successfully, but these errors were encountered: