Changes between Version 67 and Version 68 of FullBlogPlugin


Ignore:
Timestamp:
May 14, 2021, 6:14:47 AM (3 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • FullBlogPlugin

    v67 v68  
    130130
    131131Either:
    132  * After download, unzip the file, and `cd` into the directory with correct version (currently 0.11). Run `python setup.py install`.
    133  * Or, check out the source (see below) and similarly run `python setup.py install` at correct location (like previous alternative). To update the plugin later, you can then just do `svn up` to pull down the latest source from repository and install it again.
    134  * Or, to install it directly from repository to get the latest version with revision marker, use `easy_install`:
     132 * To install it directly from repository to get the latest version with revision marker, use `pip install`:
    135133 {{{#!sh
    136134pip install svn+https://trac-hacks.org/svn/fullblogplugin/0.11
    137135}}}
     136 * Or, check out the source (see below) and similarly run `python setup.py install` at correct location (like previous alternative). To update the plugin later, you can then just do `svn up` to pull down the latest source from repository and install it again.
     137 * For older versions of Trac, say 0.11, download and unzip the file, and `cd` into the directory with correct version. Then run `python setup.py install`.
    138138
    139139== Configuration