From fcc692d04c7971e2cc0fb4808123bb407a799c2f Mon Sep 17 00:00:00 2001 From: MMGen Date: Tue, 12 Feb 2019 16:54:09 +0000 Subject: [PATCH] modified: Altcoin-and-Forkcoin-Support.md --- Altcoin-and-Forkcoin-Support.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Altcoin-and-Forkcoin-Support.md b/Altcoin-and-Forkcoin-Support.md index e202eda..10ba583 100644 --- a/Altcoin-and-Forkcoin-Support.md +++ b/Altcoin-and-Forkcoin-Support.md @@ -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