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