Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit e3ba893

Browse files
committed
fix README
1 parent b4a7bf6 commit e3ba893

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

README.rst

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,6 @@ Installation:
2626

2727

2828

29-
Running the client:
30-
+++++++++++++++
31-
32-
``pyeth`` at the commandline will start the ethereum node and connect to the p2p network.
33-
34-
Note: At the first invocation a default configuration will be written to ~/.pyethereum (location depending on your platform).
35-
You can edit this file to suite your needs.
36-
37-
38-
Interacting with the network:
39-
+++++++++++++++
40-
41-
``pyethclient`` is the command line client to inspect and manipulate the ethereum blockchain.
42-
43-
44-
Tutorial coming soon!
45-
46-
4729
For developers
4830
---------------
4931

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ def run_tests(self):
4545
url='https://github.com/ethereum/pyethereum/',
4646
install_requires=install_requires,
4747
entry_points=dict(console_scripts=console_scripts),
48-
version='0.9.62',
48+
version='0.9.64',
4949
cmdclass=cmdclass
5050
)

0 commit comments

Comments
 (0)