Changes between Version 49 and Version 50 of AutocompleteUsersPlugin


Ignore:
Timestamp:
Apr 26, 2018, 10:55:38 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Clarification about version on PyPI.

Legend:

Unmodified
Added
Removed
Modified
  • AutocompleteUsersPlugin

    v49 v50  
    3434Download the zipped source from [export:autocompleteusersplugin here].
    3535
    36 ~~There is also a version on [pypi:TracAutocompleteUsersPlugin PyPi].~~
     36There is also a version on [pypi:TracAutocompleteUsersPlugin PyPi].
    3737
    3838== Source
     
    4242== Installation
    4343
    44 You can install this plugin with the easy_install or pip command:
     44You can install this plugin with the `easy_install` or `pip` command.
     45
     46Install directly from repository:
     47{{{#!sh
     48$ easy_install https://trac-hacks.org/svn/autocompleteusersplugin/trunk
     49or
     50$ pip install svn+https://trac-hacks.org/svn/autocompleteusersplugin/trunk
     51}}}
     52
     53Install from PyPI:
    4554
    4655{{{#!sh
     
    4958$ pip install svn+https://trac-hacks.org/svn/autocompleteusersplugin/trunk
    5059}}}
     60
     61Note that only the released version appears on PyPI. If you need a development version you'll need to install from the repository.
    5162
    5263After installing the plugin, add the following to your `trac.ini` file: