Edgewall Software

Changes between Version 32 and Version 33 of TracPlugins


Ignore:
Timestamp:
Jan 27, 2007, 3:32:49 AM (17 years ago)
Author:
jaw [at-] JAWspeak.com
Comment:

clarifies how to build .egg files by breaking up a paragraph

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v32 v33  
    2121=== For a Single Project ===
    2222
    23 Plugins are packaged as [http://peak.telecommunity.com/DevCenter/PythonEggs Python eggs]. That means they are ZIP archives with the file extension `.egg`. If you have downloaded a source distribution of a plugin, you can run:
     23Plugins are packaged as [http://peak.telecommunity.com/DevCenter/PythonEggs Python eggs]. That means they are ZIP archives with the file extension `.egg`.
     24
     25If you have downloaded a source distribution of a plugin, and want to build the `.egg` file, you can run:
    2426{{{
    2527$ python setup.py bdist_egg
    2628}}}
    27 to build the `.egg` file.
     29
    2830
    2931Once you have the plugin archive, you need to copy it into the `plugins` directory of the [wiki:TracEnvironment project environment]. Also, make sure that the web server has sufficient permissions to read the plugin egg.