From f23bf097fc93c42a08d89a09883e5d43daf6ebf4 Mon Sep 17 00:00:00 2001 From: MMGen Date: Wed, 13 Feb 2019 15:05:13 +0000 Subject: [PATCH] modified: Altcoin-and-Forkcoin-Support.md --- Altcoin-and-Forkcoin-Support.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Altcoin-and-Forkcoin-Support.md b/Altcoin-and-Forkcoin-Support.md index 10ba583..c50399b 100644 --- a/Altcoin-and-Forkcoin-Support.md +++ b/Altcoin-and-Forkcoin-Support.md @@ -48,9 +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.* +*Note: Ubuntu Xenial users will have to upgrade the Python interpreter and +Python dependencies listed in the [Install wiki][iw] from version 3.5 to 3.6 +before proceeding. This can be done by adding the Bionic repository to +'sources.list' and installing the relevant packages with '-t bionic'* $ sudo -H pip3 install wheel future pysha3 PyYAML py_ecc rlp