Edgewall Software

Changes between Version 34 and Version 35 of TracDev/DevelopmentEnvironmentSetup


Ignore:
Timestamp:
May 4, 2013, 1:55:26 AM (11 years ago)
Author:
Ryan J Ollos <ryan.j.ollos@…>
Comment:

Grammar fix. The TracDeveloperPlugin is optional.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentEnvironmentSetup

    v34 v35  
    8787
    8888=== Upgrade Setuptools ===
    89 Just to be sure you have a recent enough version of setuptools you may try to upgrade them (this was necessary on Ubuntu 10.04 Beta). For more options on upgrading packages with `easy_install` see [http://peak.telecommunity.com/DevCenter/EasyInstall#upgrading-a-package upgrading a package].
     89Just to be sure you have a recent enough version of setuptools, and if not you should try to upgrade them (this was necessary on Ubuntu 10.04 Beta). For more options on upgrading packages with `easy_install` see [http://peak.telecommunity.com/DevCenter/EasyInstall#upgrading-a-package upgrading a package].
    9090{{{
    9191easy_install --upgrade setuptools
     
    112112}}}
    113113
    114 
    115 
    116114=== Creating your test Trac environment ===
    117115From the command-line prompt:
     
    127125'''Note:''' Don't do this in production!
    128126
    129 === Installing the tracdeveloperplugin ===
     127=== Installing the [th:TracDeveloperPlugin] (optional) ===
    130128From the command-line prompt:
    131129{{{