Python-based library for the implementation of a Hierarchical Deterministic (HD) Wallet generator supporting more than 200 cryptocurrencies.
482
stars
151
forks
source link
errno=Connection timed out on git+git install #100
Closed
kenorb closed 2 days ago
I've copy and pasted this line from README:
pip install git+git://github.com/meherett/python-hdwallet.git
but I think it's wrong and it generates the error:
I think this should be
git+ssh
, e.g.pip install git+ssh://github.com/meherett/python-hdwallet.git
which seems to work.