You can then untar it in your directory and continue on instead of the svn checkout.
can anyone explain the exact commands needed for this to install with directions given on first page , i would like to finish this guide
Jenette
1 - wget https://eclipsemc.com/files/python-jsonrpc.tar.gz
2 - tar xzvf python-jsonrpc.tar.gz
3 - cd python-jsonrpc/
4 - sudo python setup.py install
Comments:
1 - This downloads the archive
2 - This extracts the archive
3 - You go inside the python-jsonrpc directory
4 - This installs it.
this will then replace line 15 of guide correct?
thank you very much for your help
Jenette