Require Python 3.6

This commit is contained in:
Neil Booth
2017-10-14 11:50:04 +09:00
parent 1180e5d4c3
commit 6c133b5fea
+4 -4
View File
@@ -10,7 +10,7 @@ small - pull requests are welcome.
================ ========================
Package Notes
================ ========================
Python3 ElectrumX uses asyncio. Python version >= 3.5.3 is
Python3 ElectrumX uses asyncio. Python version >= 3.6 is
**required**.
`aiohttp`_ Python library for asynchronous HTTP. Version >=
1.0 required; I am using 1.0.5.
@@ -203,9 +203,9 @@ set TimeoutStopSec to *at least* 10 mins in your `.service` file.
Installing Python 3.6 under Ubuntu
----------------------------------
Many Ubuntu distributions have an incompatible Python version baked in.
Because of this, it is easier to install Python 3.6 rather than attempting
to update Python 3.5.2 to 3.5.3. See `contrib/python3.6/python-3.6.sh`_.
Many Ubuntu distributions have an incompatible Python version baked
in. Because of this, it is easier to install Python 3.6. See
`contrib/python3.6/python-3.6.sh`_.
Installing on Raspberry Pi 3