git clone https://github.com/ethereum/pyethereum/
python setup.py install
pyeth
at the commandline will start the ethereum node and connect to the p2p network.
Note: At the first invocation a default configuration will be written to ~/.pyethereum (location depending on your platform). You can edit this file to suite your needs.
pyethclient
is the command line client to inspect and manipulate the ethereum blockchain.
Tutorial coming soon!
See our developer notes
See LICENCE
Ethereum is based on a design by Vitalik Buterin.