Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple External Modules #8

Closed
Ethan-DeBandi99 opened this issue Mar 30, 2022 · 1 comment · Fixed by #25
Closed

Multiple External Modules #8

Ethan-DeBandi99 opened this issue Mar 30, 2022 · 1 comment · Fixed by #25
Assignees
Labels
enhancement New feature or request In Progress Issue is currently being worked.

Comments

@Ethan-DeBandi99
Copy link
Contributor

The module_configuration.py defined in PR #6 and PR #7, will install a single module. Once these are merged, we will need to update module_configuration.py to take in multiple modules and configure them all.

@Ethan-DeBandi99
Copy link
Contributor Author

For this issue, it would probably be beneficial to allow a user to supply a list of package locations via:

  • text or json file.
  • Argument for call to module_configuration.py
  • Use the packages in a specified parent directory.

Each of these would require their own argument to ease parsing requirements.

@Ethan-DeBandi99 Ethan-DeBandi99 added the In Progress Issue is currently being worked. label Apr 18, 2022
mhmerrill added a commit that referenced this issue Apr 28, 2022
* Configuration updated to allow multiple modules to be configured/installed at once.

* File cleanup. Added DocStrings.

* Adding new arguments to install.md and updating so it does not limit to single pkg install.

Co-authored-by: Michael Merrill <48804335+mhmerrill@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request In Progress Issue is currently being worked.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant