modified: Altcoin-and-Forkcoin-Support.md
parent
1e20f7d1b6
commit
b46b9acb8e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue