Edgewall Software

Changes between Version 13 and Version 14 of setuptools


Ignore:
Timestamp:
Dec 8, 2015, 1:03:36 PM (8 years ago)
Author:
figaro
Comment:

PyPi

Legend:

Unmodified
Added
Removed
Modified
  • setuptools

    v13 v14  
    1212}}}
    1313
    14 Setuptools can be installed using bootstrap script from PyPi ([https://pypi.python.org/pypi/setuptools#installation-instructions installation instructions]):
     14Setuptools can be installed using the bootstrap script from the [http://pypi.python.org/pypi/ Python Package Indexer] ([pypi:setuptools#installation-instructions installation instructions]):
    1515{{{#!sh
    1616$ wget https://bootstrap.pypa.io/ez_setup.py -O - | python
     
    2424
    2525 - if you're using setuptools versions **5.4** through **5.6**, the environment variable `PKG_RESOURCES_CACHE_ZIP_MANIFESTS` should be set, otherwise the performance of Trac will be significantly degraded.
    26   - Linux: `$export PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1`
    27   - Windows: `>set PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1` 
     26  - Linux: `$ export PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1`
     27  - Windows: `> set PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1` 
    2828 More details can be found in TracInstall#DeployingTrac.
    2929
    30 
    31 setuptools include "easy_install" script for convenient installation of packages found on [http://pypi.python.org/pypi/setuptools/ Python Package Index] including Trac with all necessary dependencies.
     30setuptools include "easy_install" script for convenient installation of packages found on [pypi:setuptools/ Python Package Index] including Trac with all necessary dependencies.
    3231
    3332{{{#!sh