electrumx/contrib/python3.6/python-3.6.sh
2017-03-12 18:30:44 -07:00

12 lines
291 B
Bash

Installation of Python 3.6
--------------------------
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update && sudo apt-get install python3.6 python3.6-dev
cd /home/username
git clone https://github.com/kyuupichan/electrumx.git
cd electrumx
sudo python3.6 setup.py install