Edgewall Software

Changes between Version 3 and Version 4 of TracPlugins


Ignore:
Timestamp:
Sep 10, 2005, 1:12:33 AM (19 years ago)
Author:
Christopher Lenz
Comment:

Typo, alternative global installation method

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v3 v4  
    2626=== For All Projects ===
    2727
    28 PLugins that you want to use in all your projects (such as [http://projects.edgewall.com/trac/wiki/WebAdmin WebAdmin]) can be installed globally by running:
     28Plugins that you want to use in all your projects (such as [http://projects.edgewall.com/trac/wiki/WebAdmin WebAdmin]) can be installed globally by running:
    2929{{{
    3030$ python setup.py install
    3131}}}
     32
     33Alternatively, you can just drop the `.egg` file in the Python `site-packages` directory.
    3234
    3335== Setting up the Plugin Cache ==