modified: Altcoin-and-Forkcoin-Support.md

The MMGen Project 2019-02-07 22:27:10 +00:00
commit b46b9acb8e

@ -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