Changes between Version 17 and Version 18 of Development/Plugins


Ignore:
Timestamp:
05/22/2009 12:31:51 PM (15 years ago)
Author:
hassanibraheem
Comment:

Clarify that create_plugin.py needs python-setuptools installed

Legend:

Unmodified
Added
Removed
Modified
  • Development/Plugins

    v17 v18  
    1515Here is is a script to create a new plugin : http://dev.deluge-torrent.org/browser/trunk/deluge/scripts/create_plugin.py?format=raw. 
    1616 
    17 Go to and empty directory, and run:  
     17'''Note''': You may need to install the ''python-setuptools'' package if you don't have it. 
     18 
     19Go to an empty directory, and run:  
    1820{{{ 
    1921python create_plugin.py --name MyPlugin2 --basepath . --author-name "Your Name" --author-email "yourname@example.com"