Edgewall Software

Changes between Version 417 and Version 418 of TracInstall


Ignore:
Timestamp:
Aug 9, 2015, 3:51:41 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Use full pypi link to handle the case that user disables InterMapTxt.

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v417 v418  
    3131As you must be using Python 2.5, 2.6 or 2.7, you already have the SQLite database bindings bundled with the standard distribution of Python: the `sqlite3` module.
    3232
    33 Optionally, you may install a newer version of [pypi:pysqlite pysqlite] than the one provided by the Python distribution. See [trac:PySqlite#ThePysqlite2bindings PySqlite] for details.
     33Optionally, you may install a newer version of [http://pypi.python.org/pypi/pysqlite pysqlite] than the one provided by the Python distribution. See [trac:PySqlite#ThePysqlite2bindings PySqlite] for details.
    3434
    3535==== For the PostgreSQL database #ForPostgreSQL
     
    115115=== Using `easy_install`
    116116
    117 Trac can be installed from [https://pypi.python.org/pypi/Trac PyPI] or the Subversion repository using [pypi:setuptools setuptools].
     117Trac can be installed from [https://pypi.python.org/pypi/Trac PyPI] or the Subversion repository using [http://pypi.python.org/pypi/setuptools setuptools].
    118118
    119119A few command-line examples: