-
Notifications
You must be signed in to change notification settings - Fork 495
Install on Linux
Iuri Matias edited this page Jun 22, 2015
·
16 revisions
- git, python, node (0.12.2), npm, homebrew
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum-qt
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo add-apt-repository -y ppa:ethereum/ethereum-dev
sudo apt-get update
sudo apt-get install ethereum
sudo add-apt-repository ppa:ethereum/ethereum-qt
sudo add-apt-repository ppa:ethereum/ethereum
sudo add-apt-repository ppa:ethereum/ethereum-dev
sudo apt-get update
sudo apt-get install cpp-ethereum
git clone https://github.com/ethereum/pyethereum/
cd pyethereum
python setup.py install
git clone https://github.com/ethermarket/ethertdd.py.git
cd ethertdd.py
python setup.py install
npm install -g embark-framework grunt-cli
See the Quick Guide