Skip to content

Commit 7dac890

Browse files
committed
Resolved #36 by providing instructions for building an egg locally.
1 parent 80cee16 commit 7dac890

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Installation
1818
Pick an `.egg` file from the Downloads section and place it in the `plugins/`
1919
directory of your Trac install.
2020

21+
Alternatively build your own egg by checking out the repository and running `python setup.py bdist_egg` in your working copy. Copy the resultant .egg to your `plugins` directory.
22+
2123
Trac Code Comments plugin requres at least python 2.4 and runs on Trac 0.12.
2224

2325
Features

0 commit comments

Comments
 (0)