Changes between Version 14 and Version 15 of EggCookingTutorial/BasicEggCooking


Ignore:
Timestamp:
Dec 27, 2005, 3:23:18 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorial/BasicEggCooking

    v14 v15  
    9090== First deployment ==
    9191
    92 Now try to build the plugin. Run the command {{{python setup.py bdist_egg}}} in the directory where you created it. If everthing went OK you should have a .egg file in ''./dist'' directory.
     92Now try to build the plugin. Run the command {{{python setup.py bdist_egg}}} in the directory where you created it. If everything went OK you should have a .egg file in ''./dist'' directory.
    9393
    9494Copy this ''.egg'' file to ''/[your trac env]/plugins'' directory. If you're using mod_python you have to restart Apache.