6c05de6fb9
note: `pip install ".[crypto]"` needs quotes on macOS, at least in the default `zsh` shell. The quotes are not needed on Ubuntu using bash, or on Windows using powershell. ``` user@users-iMac electrum % python3 -m pip install --user -e .[crypto] zsh: no matches found: .[crypto] ```