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

Add option for automatic installation of packages #4

Open
fohrloop opened this issue Jan 24, 2021 · 0 comments
Open

Add option for automatic installation of packages #4

fohrloop opened this issue Jan 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@fohrloop
Copy link
Owner

This was briefly mentioned in #3.

Proposal

It would be handy to have an option for automatic installation of packages in venvlinkrc, like install_packages or autoinstall_packages. This could be a list, like [numpy, matplotlib].

Versions could be defined as defined in PEP440; numpy~=1.19.5 for numpy versions 1.19.x but greater or equal than 1.19.5.

Example (venvlinkrc):

autoinstall_packages = [numpy~=1.19.5, matplotlib]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant