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

Installation as a package (through PyPi) is not well thought through #48

Open
c-salmi opened this issue Sep 15, 2022 · 0 comments
Open

Comments

@c-salmi
Copy link
Collaborator

c-salmi commented Sep 15, 2022

Version v.1.0.0 of the package is available on PyPi, but to add a custom planner currently you have to change stuff within the package. Either placing your custom planner in the planner folder or importing your custom planner manually in the runner script in a different way.

One option would be to use an environment variable that contains the location of the custom planners. Within runner we can use this variable to import (and register through the meta class) the custom planners.

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

1 participant