Changes between Version 120 and Version 121 of XmlRpcPlugin


Ignore:
Timestamp:
Sep 23, 2019, 4:47:59 PM (5 years ago)
Author:
figaro
Comment:

Update to installation instructions

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v120 v121  
    5454
    5555{{{#!sh
    56 easy_install -Z -U https://trac-hacks.org/svn/xmlrpcplugin/trunk
     56pip install -Z -U svn+https://trac-hacks.org/svn/xmlrpcplugin/trunk
    5757trac-admin . config set components tracrpc.* enabled
    5858trac-admin . permission add authenticated XML_RPC
    5959}}}
    6060
    61 Note that sudo may be necessary, so if easy_install fails, try **sudo easy_install** instead of **easy_install**.
    62 
    63 RPC should now work for all authenticated users.
     61Note that sudo may be necessary, so if easy_install fails, try **sudo pip install** instead of **pip install**.
     62
     63RPC should work for all authenticated users.
    6464
    6565== Advanced Installation Notes
     
    7979
    8080{{{#!sh
    81 easy_install -Z -U https://trac-hacks.org/svn/xmlrpcplugin/trunk # 0.11/0.12/1.0/++
    82 easy_install -Z -U https://trac-hacks.org/svn/xmlrpcplugin/0.10 # 0.10
    83 easy_install -Z -U /path/to/unpacked/download/version
     81pip install -Z -U svn+https://trac-hacks.org/svn/xmlrpcplugin/trunk # 0.11/0.12/1.0+
     82pip install -Z -U svn+https://trac-hacks.org/svn/xmlrpcplugin/0.10 # 0.10
     83pip install -Z -U /path/to/unpacked/download/version
    8484}}}
    8585