Changes between Version 27 and Version 28 of TracDownloaderPlugin


Ignore:
Timestamp:
Dec 14, 2007, 6:53:56 PM (16 years ago)
Author:
rupert thurner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracDownloaderPlugin

    v27 v28  
    4141You can check out TracDownloaderPlugin from [http://trac-hacks.org/svn/tracdownloaderplugin here] using Subversion, or [source:tracdownloaderplugin browse the source] with Trac.
    4242
    43 == How to start - installation ==
     43== installation ==
    4444
    4545'''EGG'''[[BR]]
     
    4747
    4848'''SOURCE'''[[BR]]
     49
     50{{{
     51easy_install --find-links http://www.pythonware.com/products/pil/ Imaging
     52easy_install http://trac-hacks.org/svn/tracdownloaderplugin/0.10/
     53}}}
     54
     55
    4956Second and maybe better way is to download and unpack somewhere source zip package and then just run "setup.py install". Setup should take care of all dependences (PyCaptcha and PIL) and prepare plugin to be turned on in WebAdmin/plugins. Then you must assign some permissions of downloader to someone and you can start trying Downloader plug-in...
    5057