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