Edgewall Software

Changes between Version 20 and Version 21 of TracPlugins


Ignore:
Timestamp:
Mar 17, 2006, 4:39:52 PM (18 years ago)
Author:
coderanger
Comment:

easy_install is more for doing automated installations.

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v20 v21  
    3737Plugins 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:
    3838{{{
    39 $ easy_install plugin-name-here.egg
     39$ python setup.py install
    4040}}}
    4141