estevaocm / bitkey

A self-contained read-only CD/USB stick with everything you need to perform highly secure air-gapped Bitcoin transactions. Offline cold storage made (slightly more) practical.
https://bitkey.io
23 stars 9 forks source link

Install Electrum dependencies from source #2

Closed estevaocm closed 6 years ago

estevaocm commented 6 years ago

Python Pip is not a secure install method. The current version of this fork of Bitkey is installing from TKLDev plan, which uses Pip. Sources should be included at overlay with hashes and installed by scripts as in the original Bitkey.

estevaocm commented 6 years ago

Solved by using the packaged dependencies without calling setup.py