- brew
- python3
- git
$ git clone https://github.com/spesmilo/electrum.git
$ cd electrum
$ git submodule update --init
To be able to build the electrum-ecc
package from source
(which is pulled in when installing Electrum in the next step),
you need:
$ brew install autoconf automake libtool coreutils
Run install (this should install the dependencies):
$ python3 -m pip install --user -e ".[gui,crypto]"
$ ./run_electrum