How to confirm which version of power monitor am I running? #158
-
Just ran an upgrade from (not sure from which version) to 0.3.3 using this link: https://github.com/David00/rpi-power-monitor/releases/tag/v0.3.0-beta How to confirm which version of power monitor am I running? And if its upgraded successfully. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hi @russalex83, I do have this in the FAQ part of the docs, but it's a fairly short answer. Just run: pip list --format=freeze | grep "rpi-power-monitor" If it doesn't match what you're expecting, let me know and we can dive into it a bit! :) |
Beta Was this translation helpful? Give feedback.
-
rpi-power-monitor==0.3.3 thanks David! |
Beta Was this translation helpful? Give feedback.
-
@David00, just tried to upgrade my another rpi power monitor running 0.3.0 to 0.3.3 and I got the same version: pi@rpipowermonitor:~ $ cd rpi_power_monitor/ git checkout master error: pathspec 'master' did not match any file(s) known to git Any thoughts? |
Beta Was this translation helpful? Give feedback.
-
pip install git+https://github.com/David00/[email protected] - worked! Thank you sir! |
Beta Was this translation helpful? Give feedback.
Hi @russalex83, I do have this in the FAQ part of the docs, but it's a fairly short answer. Just run:
If it doesn't match what you're expecting, let me know and we can dive into it a bit! :)