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

[Suggestion] Add config file. #3

Closed
cryptolake opened this issue Aug 4, 2021 · 3 comments
Closed

[Suggestion] Add config file. #3

cryptolake opened this issue Aug 4, 2021 · 3 comments

Comments

@cryptolake
Copy link
Contributor

cryptolake commented Aug 4, 2021

I think it would be better if all the settings are in a config file instead of being hardcoded, so it won't matter how many packages there are to be installed and the script would be more broad and general, i suggest you do this in yaml or a simple ini file.

@elfalehed
Copy link
Owner

can you explain it more? you need to have a config file that has all of the needed packages to download without writing python code for it? any idea how to do that? tutorial or docs

@cryptolake
Copy link
Contributor Author

cryptolake commented Aug 5, 2021

So instead of Hard Coding you would loop in the packages listed in the config the user specifies and installs them like the nix package manager. check the yaml library for python.

@cryptolake
Copy link
Contributor Author

cryptolake commented Aug 5, 2021

Check my pull request #4 see what i mean you can build on top of it if you like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants