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