Changes between Version 4 and Version 5 of PhpdocPlugin

Show
Ignore:
Author:
anonymous (IP: 0.0.0.0)
Timestamp:
03/31/10 10:50:19 (3 years ago)
Comment:

Add the easy_install way explaination

Legend:

Unmodified
Added
Removed
Modified
  • PhpdocPlugin

    v4 v5  
    4646 
    4747This will generate a python egg and copy it into the trac/plugins directory and follow the Configuration steps outlined below. 
     48 
     49You may prefer the easy_install way: 
     50{{{ 
     51 sudo easy_install http://trac-hacks.org/svn/phpdocplugin/0.11 
     52}}} 
    4853 
    4954You may need to restart web server to see PHPDoc button in navigation tab.