modified: Altcoin-and-Forkcoin-Support.md

The MMGen Project 2019-02-12 16:54:09 +00:00
commit fcc692d04c

@ -48,6 +48,10 @@ 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:
*Note: Ubuntu Xenial users will have to upgrade Python3 and the Python
dependencies listed in the [Install wiki][iw] from the Ubuntu Bionic repository
(that is, upgrade Python from v3.5 to v3.6) before proceeding.*
$ 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
@ -330,3 +334,4 @@ Project.
[si]: Install-Bitcoind-from-Source-on-Debian-or-Ubuntu-Linux
[bi]: Install-Bitcoind#a_d
[p8]: Install-Bitcoind#a_r
[iw]: Install-MMGen-on-Debian-or-Ubuntu-Linux