romanz/trezor-agent

Add instructions to README on how to update

Closed this issue · 4 comments

doolio commented

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.

romanz commented

It should be OK to use pip install -U trezor-agent.

romanz commented

How did you installed in the beginning?

doolio commented

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?

romanz commented

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