Changes between Version 1 and Version 2 of TracPygit2Plugin


Ignore:
Timestamp:
Apr 24, 2014, 3:31:57 AM (10 years ago)
Author:
Jun Omae
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracPygit2Plugin

    v1 v2  
    2727 1. Install `pygit2` library.
    2828{{{#!sh
    29 $ easy_install pygit2`
     29$ easy_install pygit2
    3030}}}
    3131 2. Install this plugin.
    3232{{{#!sh
    33 $ easy_install http://trac-hacks.org/svn/tracpygit2plugin/trunk`
     33$ easy_install http://trac-hacks.org/svn/tracpygit2plugin/trunk
    3434}}}
    3535 3. Enable the plugin in trac.ini.