From b46b9acb8ecaa8f63c43cd41f799f8976e7a9343 Mon Sep 17 00:00:00 2001 From: MMGen Date: Thu, 7 Feb 2019 22:27:10 +0000 Subject: [PATCH] modified: Altcoin-and-Forkcoin-Support.md --- Altcoin-and-Forkcoin-Support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Altcoin-and-Forkcoin-Support.md b/Altcoin-and-Forkcoin-Support.md index 70e8dca..f2b3e16 100644 --- a/Altcoin-and-Forkcoin-Support.md +++ b/Altcoin-and-Forkcoin-Support.md @@ -50,7 +50,7 @@ Signing of ETH and ETC transactions is handled by the [pyethereum][y] library. First, using the [pip3][P] Python package installer, install the following dependencies: - $ sudo -H pip3 install future pysha3 PyYAML py_ecc rlp + $ sudo -H pip3 install wheel future pysha3 PyYAML py_ecc rlp As of this writing, the current “stable” version of pyethereum (2.3.2) is broken, so we must get a more recent version from Github: @@ -62,7 +62,7 @@ broken, so we must get a more recent version from Github: To prevent the library from auto-installing a lot of unneeded dependencies (Pycryptodome in particular, which would stomp on our existing Pycrypto installation) we need to edit the file 'requirements.txt', **removing** -the lines with the following packages: +the lines with the following unneeded packages: coincurve pbkdf2