mcdallas / cryptotools

MIT License
206 stars 80 forks source link

How to install offline? #16

Closed lzunsec closed 3 years ago

lzunsec commented 3 years ago

Simply doing sudo python3 setup.py install on my raspberry pi zero which has no internet access dit not work, I get

python3
from cryptotools import Xprv
cannot import name 'Xprv' from cryptotools

/usr/local/lib/python3.7/dist-packages/cryptotools-0.1-py3.7.egg exists but there should exist a folder here, not a .egg I guess.

Thanks

mcdallas commented 3 years ago

The following seems to work for me