Post
Topic
Board Electrum
Re: Electrum 4.1.0: Two warning messages
by
tUnes3
on 04/04/2021, 08:30:36 UTC
Electrum doesn't have to be installed. You're only installing the utility required to upgrade the package and also upgrade the package itself. But as I said, it'll be fine without upgrading as well.

By "utility", did you mean "pip"?

According to https://electrum.org/#download, the only dependencies that one needs to install are:

Code:
sudo apt-get install python3-pyqt5 libsecp256k1-0 python3-cryptography

I only need to install the following if I wish to install Electrum (https://electrum.org/#download):

Code:
python3-setuptools python3-pip

Yeah it will. If you prefer to not install anything, then this is probably the way to go.

Thanks for your clarification.