jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

how to install? #36

Closed ralyodio closed 5 years ago

ralyodio commented 10 years ago
$ python setup.py 
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: no commands supplied

Readme doesn't really tell me what I have to do.

mgosk commented 10 years ago

Just use: python setup.py install

greg121 commented 9 years ago

thanks mgosk