Changes between Initial Version and Version 1 of Ticket #13611, comment 18


Ignore:
Timestamp:
Dec 5, 2019, 7:54:47 AM (4 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13611, comment 18

    initial v1  
    33If Git is used, it is able to specify the sub directory using `#subdirectory=...`. Also, it is needed to specify the branch `trac-1.5` in `@<branch-name>`.
    44
    5 {{{
    6 pip install git+https://github.com/Gasol/trac-xmlrpcplugin.git@trac-1.5#subdirectory=trunk
     5{{{#!sh
     6$ pip install git+https://github.com/Gasol/trac-xmlrpcplugin.git@trac-1.5#subdirectory=trunk
    77}}}
    88
    99If Subversion is used, is is able to specify in the URL instead of `#subdirectory=...`.
    1010
    11 {{{
    12 pip install svn+https://github.com/Gasol/trac-xmlrpcplugin/branches/trac-1.5/trunk
     11{{{#!sh
     12$ pip install svn+https://github.com/Gasol/trac-xmlrpcplugin/branches/trac-1.5/trunk
    1313}}}
    1414
    1515It is able to install with a zip file as well.
    1616
    17 {{{
    18 pip install pip install https://github.com/Gasol/trac-xmlrpcplugin/archive/trac-1.5.zip#subdirectory=trunk
     17{{{#!sh
     18$ pip install https://github.com/Gasol/trac-xmlrpcplugin/archive/trac-1.5.zip#subdirectory=trunk
    1919}}}