-
Notifications
You must be signed in to change notification settings - Fork 0
Install stationd and pass-commander via pip #16
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
Conversation
ThirteenFish
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make more sense to pip3 install rather than pip3 download?
I haven't fully explored the resulting image, but that's the other command I wanted to try. Marking this as "draft" until I've poked at this more. |
|
@ThirteenFish how do you feel about wrapping uniclogs-pass-commander up in this PR as well? I can let this one sit a minute and help package and release pass-commander on pypi if that's helpful. |
|
That'd be great, if you want to do the same setup as stationd in pass-commander that would be perfect. I'm out traveling for the next few days but I can click buttons as needed when I get a moment. I think you should be able to set up all the pypi trusted publishing stuff yourself. |
This work changes the way that the image builder accesses the uniclogs-stationd and uniclogs-pass-commander library. Instead of using git to pull uniclogs-stationd down from Github, it will now use pip to install it (from our pypi.org repo which is where the project builds and "deploys" to).