Edgewall Software

Changes between Version 34 and Version 35 of TracPlugins


Ignore:
Timestamp:
Mar 15, 2007, 7:32:04 PM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v34 v35  
    6161==== From source ====
    6262
    63 If you downloaded the plugin's source from Subversion, or a source zip file you can install it using the included `setup.py`:
     63Download directly into your trac environment's plugins directory, then run the `setup.py`, like so:
     64
    6465{{{
    65 $ python setup.py install
     66cd /usr/share/trac/plugins
     67svn co http://svn.edgewall.com/repos/trac/sandbox/webadmin/
     68cd webadmin
     69python setup.py install
    6670}}}
     71
    6772
    6873==== Enabling the plugin ====