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 vctl install-lib #221

Open
schandrika opened this issue Oct 3, 2024 · 0 comments
Open

add vctl install-lib #221

schandrika opened this issue Oct 3, 2024 · 0 comments
Assignees
Labels

Comments

@schandrika
Copy link
Contributor

To install an optional library for volttron, a user has to run
poetry add --directory $VOLTTRON_HOME <library>

If --directory is missed, the command might still successfully if the current directory has a pyproject.toml file. This would be misleading to the user as he/she might think it got installed correctly and is available to VOLTTRON. However, volttron can access that library only if $VOLTTRON_HOME/pyproject.toml has an entry for the library.,

Feature request:
add a vctl install-lib command as a wrapper for poetry add --directory $VOLTTRON_HOME

@schandrika schandrika self-assigned this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant