Add instructions to README on how to update
Closed this issue · 4 comments
As the title suggests. It has been sometime since I installed trezor-agent
what are the steps I need to follow if I want to update it. I have two machines where I use it one running Parabola and the other Debian 11 (Bullseye).
Thanks for your time and this package.
It should be OK to use pip install -U trezor-agent
.
How did you installed in the beginning?
Thanks. It has been sometime (see issue #342) but I believe it was the same command minus the -U
option.
However, this installs v0.12.0 from PyPi but the last tagged version here is v0.14.7. But perhaps that does not mean it is ready for a release to PyPi?
We use different versioning for TREZOR-specific package (currently 0.12.0) and the generic SSH agent library (currently at 0.14.7).
You can check the installed versions using pip freeze | grep agent
- the latest versions should be:
$ pip freeze | grep agent
libagent==0.14.7
trezor-agent==0.12.0